refactors
This commit is contained in:
parent
26b798c4b3
commit
d18110a018
15 changed files with 230 additions and 379 deletions
9
configuration/modules/main-user.nix
Normal file
9
configuration/modules/main-user.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{pkgs, ...}: {
|
||||
users.users.maxag = {
|
||||
isNormalUser = true;
|
||||
description = "Max Ag";
|
||||
extraGroups = ["networkmanager" "wheel" "video" "input"];
|
||||
|
||||
shell = pkgs.nushell;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue