diff options
Diffstat (limited to 'home.nix')
-rw-r--r-- | home.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 | ||