users/infinidoge: sort groups

This commit is contained in:
Infinidoge 2021-12-13 14:23:04 -05:00
parent fa1674d454
commit 50004096d4

View file

@ -107,11 +107,11 @@ in
group = "users"; group = "users";
isNormalUser = true; isNormalUser = true;
extraGroups = [ extraGroups = [
"wheel"
"minecraft"
"libvirtd"
"bluetooth" "bluetooth"
"disk" "disk"
"libvirtd"
"minecraft"
"wheel"
]; ];
shell = pkgs.zsh; shell = pkgs.zsh;
}; };