aboutsummaryrefslogtreecommitdiff
path: root/home.nix
diff options
context:
space:
mode:
authorAkshay <[email protected]>2021-10-27 12:48:15 +0100
committerAkshay <[email protected]>2021-10-27 12:48:15 +0100
commit493c5db8095ce5ec4f595918d5a62086279486cb (patch)
tree8f9a0477c4b5136a4949e97339f114fa320b75c5 /home.nix
parentc3ab7ec9fa265bae3f6ced73e6547499a089caa7 (diff)
add statix to neovim
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