forked from nico/dots
chore: reorganise modules
This commit is contained in:
parent
0662d79447
commit
292dfcfccd
10 changed files with 31 additions and 23 deletions
9
modules/linux/users.nix
Normal file
9
modules/linux/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