aboutsummaryrefslogtreecommitdiff
path: root/home.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home.nix')
-rw-r--r--home.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/home.nix b/home.nix
index 5230399..3e52d11 100644
--- a/home.nix
+++ b/home.nix
@@ -9,7 +9,6 @@
9 imports = [ 9 imports = [
10 ./programs 10 ./programs
11 ./services 11 ./services
12 # ./scripts
13 ./x 12 ./x
14 ./mail.nix 13 ./mail.nix
15 ]; 14 ];
@@ -55,13 +54,16 @@
55 fd 54 fd
56 du-dust 55 du-dust
57 jq 56 jq
57 stylish-haskell
58 libnotify
59 inotify-tools
58 60
59 # meta 61 # meta
60 nixpkgs-review 62 nixpkgs-review
61 nixpkgs-fmt 63 nixpkgs-fmt
62 nix-prefetch-scripts 64 nix-prefetch-scripts
63 65
64 ]; 66 ] ++ (import ./scripts { inherit pkgs; });
65 67
66 xdg = { 68 xdg = {
67 userDirs = { 69 userDirs = {