From e59b3265add37b1c3df5f09f5f2b64212d13da9d Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Mon, 10 Jul 2023 16:33:46 +0530 Subject: features: development, initial commit --- features/development.nix | 6 ++++++ hardware/cez.nix | 1 + 2 files changed, 7 insertions(+) create mode 100644 features/development.nix 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 = { -- cgit v1.2.3