forked from nico/dots
nix: added user config
This commit is contained in:
parent
04e2e47d76
commit
aa1a6d13f1
1 changed files with 9 additions and 0 deletions
9
nix/modules/users.nix
Normal file
9
nix/modules/users.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{ config, lib, pkgs }:
|
||||
|
||||
{
|
||||
users.users.nico = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "wheel" ];
|
||||
shell = pkgs.zsh;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue