Create users.nix
This commit is contained in:
parent
61537e1ebb
commit
e260a4e603
1 changed files with 10 additions and 0 deletions
10
settings/users.nix
Normal file
10
settings/users.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
# Define a user account. Don't forget to set a password with ‘passwd’.
|
||||||
|
users.users.fred = {
|
||||||
|
isNormalUser = true;
|
||||||
|
description = "fred";
|
||||||
|
extraGroups = [ "networkmanager" "wheel" ];
|
||||||
|
packages = with pkgs; [
|
||||||
|
bazaar
|
||||||
|
fastfetch
|
||||||
|
];
|
||||||
|
};
|
||||||
Loading…
Add table
Add a link
Reference in a new issue