aboutsummaryrefslogtreecommitdiff
path: root/home.nix
diff options
context:
space:
mode:
authorAkshay <[email protected]>2021-10-03 07:06:10 +0100
committerAkshay <[email protected]>2021-10-03 07:06:10 +0100
commit072e34034a99a8aac7dc0f3b651a3f1243d06f90 (patch)
tree94789741a98dcf49f200805b9d21553f0cc2e66d /home.nix
parent94d534975ab228b27d4713f7dec41bfa3900fdfb (diff)
migrate scripts into nix
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 = {