aboutsummaryrefslogtreecommitdiff
path: root/home.nix
diff options
context:
space:
mode:
authorAkshay <[email protected]>2021-09-26 17:21:30 +0100
committerAkshay <[email protected]>2021-09-26 17:21:30 +0100
commit779936151f4eb78dd767d4ad8f39b08eb08098a7 (patch)
tree8fc623cea8db966b8151034e070d54b3c8fe5dbc /home.nix
parent5cdb4e421a809de51c3ebe8404e50d732721238b (diff)
fix manpages
Diffstat (limited to 'home.nix')
-rw-r--r--home.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/home.nix b/home.nix
index 93f66ad..5230399 100644
--- a/home.nix
+++ b/home.nix
@@ -17,6 +17,7 @@
17 home.stateVersion = "21.05"; 17 home.stateVersion = "21.05";
18 home.username = "np"; 18 home.username = "np";
19 home.homeDirectory = "/home/np"; 19 home.homeDirectory = "/home/np";
20 home.extraOutputsToInstall = [ "man" ];
20 home.packages = with pkgs; [ 21 home.packages = with pkgs; [
21 22
22 vim 23 vim
@@ -59,7 +60,6 @@
59 nixpkgs-review 60 nixpkgs-review
60 nixpkgs-fmt 61 nixpkgs-fmt
61 nix-prefetch-scripts 62 nix-prefetch-scripts
62 nix-bash-completions
63 63
64 ]; 64 ];
65 65