mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
user
This commit is contained in:
parent
3bd622a151
commit
6d41638222
1 changed files with 7 additions and 9 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
{outputs, ...}: {
|
{pkgs, outputs, ...}: {
|
||||||
imports = [
|
imports = [
|
||||||
# Include the results of the hardware scan.
|
# Include the results of the hardware scan.
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
|
|
@ -63,14 +63,12 @@
|
||||||
# Enable touchpad support (enabled default in most desktopManager).
|
# Enable touchpad support (enabled default in most desktopManager).
|
||||||
# services.libinput.enable = true;
|
# services.libinput.enable = true;
|
||||||
|
|
||||||
# Define a user account. Don't forget to set a password with ‘passwd’.
|
users.users.tyler = {
|
||||||
# users.users.alice = {
|
isNormalUser = true;
|
||||||
# isNormalUser = true;
|
description = "tyler";
|
||||||
# extraGroups = [ "wheel" ]; # Enable ‘sudo’ for the user.
|
extraGroups = ["wheel"];
|
||||||
# packages = with pkgs; [
|
shell = pkgs.fish;
|
||||||
# tree
|
};
|
||||||
# ];
|
|
||||||
# };
|
|
||||||
|
|
||||||
# programs.firefox.enable = true;
|
# programs.firefox.enable = true;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue