add more documentation

This commit is contained in:
Artemis Tosini 2024-01-24 04:03:50 +00:00
parent 12312655b0
commit 0dc63ba904
Signed by: artemist
SSH key fingerprint: SHA256:EsuWCwx6fjxxExxf65rX+ocQJJAdw4R1KarpFue6Uwc
4 changed files with 12 additions and 4 deletions

View file

@ -225,11 +225,11 @@
]
},
"locked": {
"lastModified": 1705879479,
"narHash": "sha256-ZIohbyly1KOe+8I3gdyNKgVN/oifKdmeI0DzMfytbtg=",
"lastModified": 1706001011,
"narHash": "sha256-J7Bs9LHdZubgNHZ6+eE/7C18lZ1P6S5/zdJSdXFItI4=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "2d47379ad591bcb14ca95a90b6964b8305f6c913",
"rev": "3df2a80f3f85f91ea06e5e91071fa74ba92e5084",
"type": "github"
},
"original": {

8
sets/documentation.nix Normal file
View file

@ -0,0 +1,8 @@
{ pkgs, ... }: {
environment.systemPackages = with pkgs; [ man-pages ];
documentation = {
dev.enable = true;
man.generateCaches = true;
};
}

View file

@ -18,7 +18,6 @@
hdparm
iptables
lm_sensors
man-pages
nethogs
nvme-cli
parted

View file

@ -5,6 +5,7 @@
../home
./1password.nix
./base.nix
./documentation.nix
./firefox.nix
./nix-index.nix
./nixvim.nix