diff options
author | Akshay <[email protected]> | 2021-10-27 12:48:15 +0100 |
---|---|---|
committer | Akshay <[email protected]> | 2021-10-27 12:48:15 +0100 |
commit | 493c5db8095ce5ec4f595918d5a62086279486cb (patch) | |
tree | 8f9a0477c4b5136a4949e97339f114fa320b75c5 /hosts | |
parent | c3ab7ec9fa265bae3f6ced73e6547499a089caa7 (diff) |
add statix to neovim
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/olive/configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/olive/configuration.nix b/hosts/olive/configuration.nix index 3c15f74..f36bc3f 100644 --- a/hosts/olive/configuration.nix +++ b/hosts/olive/configuration.nix | |||
@@ -65,6 +65,7 @@ | |||
65 | 65 | ||
66 | nixpkgs.overlays = with self.overlays; [ | 66 | nixpkgs.overlays = with self.overlays; [ |
67 | nvim-nightly | 67 | nvim-nightly |
68 | statix | ||
68 | ]; | 69 | ]; |
69 | 70 | ||
70 | environment.systemPackages = with pkgs; [ | 71 | environment.systemPackages = with pkgs; [ |