summaryrefslogtreecommitdiff
path: root/home/home-minimal.nix
diff options
context:
space:
mode:
authorstuebinm2024-03-04 02:19:20 +0100
committerstuebinm2024-03-04 02:19:20 +0100
commit69b11e5ca67eefd056e534d112f89a4271d845e5 (patch)
treeb6726e9ccb32b223f214a929531a5e8e8eacf4d5 /home/home-minimal.nix
parent660cfad9e72c5bd714b5615b0f813e02b92d9293 (diff)
home: small stuff
Diffstat (limited to '')
-rw-r--r--home/home-minimal.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/home/home-minimal.nix b/home/home-minimal.nix
index b9b1a9f..a761b4a 100644
--- a/home/home-minimal.nix
+++ b/home/home-minimal.nix
@@ -146,4 +146,7 @@
};
};
+ # doesn't do much, but does install info pages by default if they're in a separate output
+ programs.info.enable = true;
+
}