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

@@ -16,7 +16,8 @@
home.packages = [
pkgs.git
pkgs.tig
];
pkgs.vim
];
home.stateVersion = "24.05";
};