summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsinanmohd <sinan@firemail.cc>2023-07-10 16:33:46 +0530
committersinanmohd <sinan@firemail.cc>2023-07-10 16:36:24 +0530
commite59b3265add37b1c3df5f09f5f2b64212d13da9d (patch)
treec168a75f04953c21a42cf11073ade94dbbd0dd5c
parent9e4c70def9304270fc9ec45a84ab03f9eb324090 (diff)
features: development, initial commit
-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 = {