users/infinidoge: sort groups
This commit is contained in:
parent
fa1674d454
commit
50004096d4
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue