first commit
This commit is contained in:
commit
780ddcda1c
37 changed files with 981 additions and 0 deletions
8
configuration/modules/main-user.nix
Normal file
8
configuration/modules/main-user.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{pkgs, ...}: {
|
||||
users.users.benag = {
|
||||
isNormalUser = true;
|
||||
extraGroups = ["wheel"];
|
||||
|
||||
shell = pkgs.nushell;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue