summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--features/development.nix6
-rw-r--r--hardware/cez.nix1
2 files changed, 7 insertions, 0 deletions
diff --git a/features/development.nix b/features/development.nix
new file mode 100644
index 0000000..9ca0446
--- /dev/null
+++ b/features/development.nix
@@ -0,0 +1,6 @@
+{ config, pkgs, ... }:
+
+{
+ environment.systemPackages = [ pkgs.man-pages pkgs.man-pages-posix ];
+ documentation.dev.enable = true;
+}
diff --git a/hardware/cez.nix b/hardware/cez.nix
index 6df9241..3d7bcae 100644
--- a/hardware/cez.nix
+++ b/hardware/cez.nix
@@ -5,6 +5,7 @@
[
../features/wayland.nix
../features/kaysshfs.nix
+ ../features/development.nix
];
networking = {