From 547ef2e6a78d995b909cc51952a2a17e5d2a9c6b Mon Sep 17 00:00:00 2001 From: albert Date: Sun, 5 May 2024 19:44:25 +0900 Subject: [PATCH] update --- nixos/users/albert/default.nix | 1 + 1 file changed, 1 insertion(+) 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" ]