tadpole: Use vim as EDITOR

This commit is contained in:
Alexander Heldt
2024-07-21 11:08:49 +02:00
parent 6c9f968082
commit 7f42c36a76
2 changed files with 6 additions and 3 deletions

View File

@@ -26,8 +26,10 @@
packages = [];
};
environment.systemPackages = with pkgs; [
vim
environment.variables.EDITOR = "vim";
environment.systemPackages = [
pkgs.vim
];
config-manager = {