aboutsummaryrefslogtreecommitdiff
path: root/nixos/modules/desktop.nix
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2022-06-13 11:00:56 +0200
committerKarel Kočí <cynerd@email.cz>2022-06-13 11:00:56 +0200
commitc4beeb71c3b4bd964510731b5d6c129b8065bbca (patch)
treef0d9611e24fca1166fbcf51762ce1da9b40c1c87 /nixos/modules/desktop.nix
parent4fa33b32e2567276f84a8ef49cb01328db801fe2 (diff)
downloadnixos-personal-c4beeb71c3b4bd964510731b5d6c129b8065bbca.tar.gz
nixos-personal-c4beeb71c3b4bd964510731b5d6c129b8065bbca.tar.bz2
nixos-personal-c4beeb71c3b4bd964510731b5d6c129b8065bbca.zip
nixos: documentation, dialout user and few more packages to the C
Diffstat (limited to 'nixos/modules/desktop.nix')
-rw-r--r--nixos/modules/desktop.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/desktop.nix b/nixos/modules/desktop.nix
index 1ef5354..a3d5ba7 100644
--- a/nixos/modules/desktop.nix
+++ b/nixos/modules/desktop.nix
@@ -162,6 +162,7 @@ in {
hardware.bluetooth.enable = mkIf cnf.laptop true;
+ documentation.man.man-db.enable = true;
};
}