summaryrefslogtreecommitdiff
path: root/common/desktop.nix
diff options
context:
space:
mode:
Diffstat (limited to 'common/desktop.nix')
-rw-r--r--common/desktop.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/desktop.nix b/common/desktop.nix
index 37626ee..4430c33 100644
--- a/common/desktop.nix
+++ b/common/desktop.nix
@@ -29,7 +29,7 @@
users.defaultUserShell = pkgs.fish;
users.users.stuebinm = {
isNormalUser = true;
- extraGroups = [ "docker" "wheel" "networking" ];
+ extraGroups = [ "docker" "wheel" "networking" "video" ];
home = "/home/stuebinm";
hashedPassword = "$6$IULsCnY7HjDHAJWs$05DYuwXsfWWKj6m3KTWCPp5k9HuQikIamNBzn2GihMG8oeEf5c8YkXlwuO6uTnX8ZFmyAQdhXfO5yYNEM/YTm0";
useDefaultShell = true;