aboutsummaryrefslogtreecommitdiff
path: root/nixos/modules/desktop.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/desktop.nix')
-rw-r--r--nixos/modules/desktop.nix8
1 files changed, 7 insertions, 1 deletions
diff --git a/nixos/modules/desktop.nix b/nixos/modules/desktop.nix
index ff2a541..d5e8b80 100644
--- a/nixos/modules/desktop.nix
+++ b/nixos/modules/desktop.nix
@@ -247,7 +247,13 @@ in {
package = pkgs.openrgb-with-all-plugins;
};
- documentation.man.man-db.enable = true;
+ documentation = {
+ man = {
+ enable = true;
+ generateCaches = true;
+ };
+ info.enable = true;
+ };
services.snapper.configs = {
home = {