diff --git a/system/common/me.nix b/system/common/me.nix index 1c6ffdc..5e82c49 100644 --- a/system/common/me.nix +++ b/system/common/me.nix @@ -10,7 +10,7 @@ in config = lib.mkIf cfg.enable { users.users.nullbite = { isNormalUser = true; - extraGroups = [ "wheel" ] + lib.optional config.nixfiles.packageSets.fun.enable "input"; + extraGroups = [ "wheel" ] ++ lib.optional config.nixfiles.packageSets.fun.enable "input"; packages = with pkgs; [ keychain ];