aboutsummaryrefslogtreecommitdiff
path: root/home.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home.nix')
-rw-r--r--home.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/home.nix b/home.nix
index 3e52d11..11b5eb7 100644
--- a/home.nix
+++ b/home.nix
@@ -1,6 +1,7 @@
1{ config 1{ config
2, pkgs 2, pkgs
3, theme 3, theme
4, self
4, ... 5, ...
5}: 6}:
6 7
@@ -62,6 +63,7 @@
62 nixpkgs-review 63 nixpkgs-review
63 nixpkgs-fmt 64 nixpkgs-fmt
64 nix-prefetch-scripts 65 nix-prefetch-scripts
66 statix
65 67
66 ] ++ (import ./scripts { inherit pkgs; }); 68 ] ++ (import ./scripts { inherit pkgs; });
67 69