diff --git a/base/users.nix b/base/users.nix index 263163f..26a4219 100644 --- a/base/users.nix +++ b/base/users.nix @@ -13,7 +13,6 @@ in extraGroups = [ "media" "networkmanager" - "video" # for `light` permissions "docker" "wheel" # Enable ‘sudo’ for the user. ]; diff --git a/hosts/zephyrus/default.nix b/hosts/zephyrus/default.nix index 83f7a0c..1f55c38 100644 --- a/hosts/zephyrus/default.nix +++ b/hosts/zephyrus/default.nix @@ -60,6 +60,4 @@ in enable = true; powerOnBoot = false; }; - - programs.light.enable = true; }