felix add groups

This commit is contained in:
jopejoe1 2024-04-30 16:55:51 +02:00
parent 1173e56e75
commit 0ba1ab70f9

View file

@ -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 = [ ../. ];