Skip to content

Commit a60dfa8

Browse files
committed
Enable vim to fix warning
1 parent 3c940a1 commit a60dfa8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

deploy/configuration.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
environment.systemPackages = with pkgs; [ bat htop vim ];
2323
programs = {
2424
git.enable = true;
25+
vim.enable = true;
2526
vim.defaultEditor = true;
2627
};
2728

0 commit comments

Comments
 (0)