refactor(nix/hosts/orion): replace neovim
with vim
This commit is contained in:
parent
bba1b60a40
commit
a3f9728c34
@ -9,6 +9,6 @@
|
|||||||
system.stateVersion = "24.05";
|
system.stateVersion = "24.05";
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
git
|
git
|
||||||
neovim
|
vim
|
||||||
];
|
];
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user