summaryrefslogtreecommitdiff
path: root/common/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'common/default.nix')
-rw-r--r--common/default.nix21
1 files changed, 19 insertions, 2 deletions
diff --git a/common/default.nix b/common/default.nix
index 9b5a237..ed4afca 100644
--- a/common/default.nix
+++ b/common/default.nix
@@ -56,8 +56,25 @@
extraPortals = [ pkgs.xdg-desktop-portal-hyprland ];
};
- environment.sessionVariables = {
- YDOTOOL_SOCKET = "/run/ydotoold/socket";
+ environment = {
+ sessionVariables = {
+ YDOTOOL_SOCKET = "/run/ydotoold/socket";
+ };
+
+ systemPackages = [
+ pkgs.man-pages
+ pkgs.man-pages-posix
+ ];
+ };
+
+ documentation = {
+ man = {
+ enable = true;
+ generateCaches = true;
+ man-db.enable = true;
+ mandoc.enable = false;
+ };
+ dev.enable = true;
};
nix = {