diff options
Diffstat (limited to '')
| -rw-r--r-- | common/common.nix | 2 | ||||
| -rw-r--r-- | common/desktop.nix | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/common/common.nix b/common/common.nix index 02fec64..e10fbf1 100644 --- a/common/common.nix +++ b/common/common.nix @@ -37,7 +37,7 @@ documentation = { dev.enable = true; - man.generateCaches = true; + man.cache.enable = true; nixos.includeAllModules = true; nixos.options.warningsAreErrors = false; }; diff --git a/common/desktop.nix b/common/desktop.nix index 902b235..cfe636c 100644 --- a/common/desktop.nix +++ b/common/desktop.nix @@ -42,7 +42,6 @@ }; # graphics and stuff - programs.light.enable = true; programs.slock.enable = true; environment.systemPackages = with pkgs; [ |
