diff --git a/nixos/users/albert/default.nix b/nixos/users/albert/default.nix index 4b5cca9f..39ebbcf7 100644 --- a/nixos/users/albert/default.nix +++ b/nixos/users/albert/default.nix @@ -12,6 +12,7 @@ in { description = "Albert J. Copeland"; # video is required for the "light" command to work extraGroups = [ "networkmanager" "wheel" ] + ++ ifExists [ "keys" ] ++ ifExists [ "audio" ] ++ ifExists [ "video" ] ++ ifExists [ "docker" ]