From 36a7cfc28c64560455329b39b9c28ff327169a23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Gro=C3=9Fmann?= Date: Wed, 12 Apr 2023 22:39:12 +0900 Subject: [PATCH] feat: added man pages and documentation --- configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configuration.nix b/configuration.nix index 5c5e27f..6c7378b 100644 --- a/configuration.nix +++ b/configuration.nix @@ -92,6 +92,8 @@ in { security.sudo.enable = false; + documentation.dev.enable = true; + # List packages installed in system profile. To search, run: # $ nix search wget environment.systemPackages = with pkgs; [ @@ -105,6 +107,8 @@ in { ripgrep killall fd + man-pages + man-pages-posix # xournalpp needs this or else it will crash gnome3.adwaita-icon-theme ];