refactor(nix/hosts/orion): replace neovim with vim

This commit is contained in:
Price Hiller 2024-05-25 19:45:33 +00:00
parent bba1b60a40
commit a3f9728c34
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -9,6 +9,6 @@
system.stateVersion = "24.05";
environment.systemPackages = with pkgs; [
git
neovim
vim
];
}
}