chore: put user liv in group gay for a shitpost :p

This commit is contained in:
Ahwx 2025-04-28 10:18:22 +02:00
parent d6ee269fe9
commit 2869069ca9

View file

@ -36,6 +36,8 @@
}; };
}; };
users.groups.gay = { };
users.users.${username} = { users.users.${username} = {
isNormalUser = true; isNormalUser = true;
description = "${username}"; description = "${username}";
@ -44,6 +46,7 @@
"wheel" "wheel"
"docker" "docker"
"input" "input"
"gay"
]; ];
shell = pkgs.zsh; shell = pkgs.zsh;
}; };