diff options
author | Soispha <soispha@vhack.eu> | 2023-08-19 17:30:29 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-08-19 17:37:06 +0200 |
commit | 676cabd38a4645621fae847f58634ca5b9be7040 (patch) | |
tree | 40ff1f4928261014fbc328efc3b2b386448d837d | |
parent | Fix(system/services/serverphone): Disable bc building the gpg keys dosn't work (diff) | |
download | nixos-config-676cabd38a4645621fae847f58634ca5b9be7040.tar.gz nixos-config-676cabd38a4645621fae847f58634ca5b9be7040.zip |
Fix(hm/packages): Remove neovim as it's already added by nixvim
Diffstat (limited to '')
-rw-r--r-- | home-manager/soispha/packages/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home-manager/soispha/packages/default.nix b/home-manager/soispha/packages/default.nix index 5fdae3b2..9330a08e 100644 --- a/home-manager/soispha/packages/default.nix +++ b/home-manager/soispha/packages/default.nix @@ -114,7 +114,7 @@ with pkgs; let ed # A POSIX-compliant line-oriented text editor #sed # GNU stream editor vim # The original ex/vi text editor (this is `vim` and not `vi`, as `vi` is unfree) - neovim # Fork of Vim aiming to improve user experience, plugins, and GUIs + #neovim # Fork of Vim aiming to improve user experience, plugins, and GUIs ]; Programming = { |