add more documentation
This commit is contained in:
parent
12312655b0
commit
0dc63ba904
|
@ -225,11 +225,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1705879479,
|
"lastModified": 1706001011,
|
||||||
"narHash": "sha256-ZIohbyly1KOe+8I3gdyNKgVN/oifKdmeI0DzMfytbtg=",
|
"narHash": "sha256-J7Bs9LHdZubgNHZ6+eE/7C18lZ1P6S5/zdJSdXFItI4=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "2d47379ad591bcb14ca95a90b6964b8305f6c913",
|
"rev": "3df2a80f3f85f91ea06e5e91071fa74ba92e5084",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
8
sets/documentation.nix
Normal file
8
sets/documentation.nix
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
{ pkgs, ... }: {
|
||||||
|
environment.systemPackages = with pkgs; [ man-pages ];
|
||||||
|
|
||||||
|
documentation = {
|
||||||
|
dev.enable = true;
|
||||||
|
man.generateCaches = true;
|
||||||
|
};
|
||||||
|
}
|
|
@ -18,7 +18,6 @@
|
||||||
hdparm
|
hdparm
|
||||||
iptables
|
iptables
|
||||||
lm_sensors
|
lm_sensors
|
||||||
man-pages
|
|
||||||
nethogs
|
nethogs
|
||||||
nvme-cli
|
nvme-cli
|
||||||
parted
|
parted
|
||||||
|
|
|
@ -5,6 +5,7 @@
|
||||||
../home
|
../home
|
||||||
./1password.nix
|
./1password.nix
|
||||||
./base.nix
|
./base.nix
|
||||||
|
./documentation.nix
|
||||||
./firefox.nix
|
./firefox.nix
|
||||||
./nix-index.nix
|
./nix-index.nix
|
||||||
./nixvim.nix
|
./nixvim.nix
|
||||||
|
|
Loading…
Reference in a new issue