felix add groups
This commit is contained in:
parent
1173e56e75
commit
0ba1ab70f9
1 changed files with 7 additions and 0 deletions
|
@ -9,6 +9,13 @@
|
||||||
];
|
];
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
shell = pkgs.fish;
|
shell = pkgs.fish;
|
||||||
|
extraGroups = [
|
||||||
|
"wheel"
|
||||||
|
"networkmanager"
|
||||||
|
"pipewire"
|
||||||
|
"audio"
|
||||||
|
"adbusers"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
home-manager.users.fp = {
|
home-manager.users.fp = {
|
||||||
imports = [ ../. ];
|
imports = [ ../. ];
|
||||||
|
|
Loading…
Add table
Reference in a new issue