We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c940a1 commit a60dfa8Copy full SHA for a60dfa8
deploy/configuration.nix
@@ -22,6 +22,7 @@
22
environment.systemPackages = with pkgs; [ bat htop vim ];
23
programs = {
24
git.enable = true;
25
+ vim.enable = true;
26
vim.defaultEditor = true;
27
};
28
0 commit comments