Update groups for better experience.

This commit is contained in:
CronyAkatsuki 2024-02-18 14:49:37 +01:00
parent 3f1a2f0e5d
commit 3dcfcccf2b

View File

@ -187,7 +187,7 @@
users.users.crony = { users.users.crony = {
isNormalUser = true; isNormalUser = true;
description = "Crony"; description = "Crony";
extraGroups = [ "networkmanager" "wheel" ]; extraGroups = [ "network" "wheel" "video" "input" "audio" ];
shell = pkgs.zsh; shell = pkgs.zsh;
}; };