modularize config
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
{pkgs, ...}: {
|
||||
users.users.nick = {
|
||||
isNormalUser = true;
|
||||
shell = pkgs.zsh;
|
||||
extraGroups = ["wheel"];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user