diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/vim.nix | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/common/vim.nix b/common/vim.nix index a6af2e6..f963c35 100644 --- a/common/vim.nix +++ b/common/vim.nix | |||
@@ -181,12 +181,6 @@ in { | |||
181 | 181 | ||
182 | environment.systemPackages = with pkgs.unstable; [ | 182 | environment.systemPackages = with pkgs.unstable; [ |
183 | myNeovim | 183 | myNeovim |
184 | neovide | ||
185 | |||
186 | deadnix | ||
187 | statix | ||
188 | # TODO: add global vale config | ||
189 | vale | ||
190 | ]; | 184 | ]; |
191 | 185 | ||
192 | environment.variables = { | 186 | environment.variables = { |