From 493c5db8095ce5ec4f595918d5a62086279486cb Mon Sep 17 00:00:00 2001 From: Akshay Date: Wed, 27 Oct 2021 17:18:15 +0530 Subject: add statix to neovim --- home.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'home.nix') diff --git a/home.nix b/home.nix index 3e52d11..11b5eb7 100644 --- a/home.nix +++ b/home.nix @@ -1,6 +1,7 @@ { config , pkgs , theme +, self , ... }: @@ -62,6 +63,7 @@ nixpkgs-review nixpkgs-fmt nix-prefetch-scripts + statix ] ++ (import ./scripts { inherit pkgs; }); -- cgit v1.2.3