Added Spandan to mousetbi group

master
David Crompton 2023-09-01 11:16:44 -04:00
parent c8c17f230a
commit 8d151a1399
1 changed files with 5 additions and 1 deletions

View File

@ -1,11 +1,15 @@
{ pkgs, ... }: { { pkgs, ... }: {
users.users.spandan = { users.users.spandan = {
isNormalUser = true; isNormalUser = true;
extraGroups = [ "wheel" ]; extraGroups = [
"wheel"
"mousetbi"
];
homeSize = "50g"; homeSize = "50g";
homeProjectId = 104; homeProjectId = 104;
packages = with pkgs; [ packages = with pkgs; [
]; ];
}; };
users.groups."mousetbi" = { };
} }