1
0
Fork 0

configuration/common: set vim as default editor

This commit is contained in:
clerie 2024-04-28 11:13:42 +02:00
parent 8c46f57946
commit 9ad2b5b776
1 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,6 @@
# Normal usage
htop
tmux
vim
# Deployment
bij
@ -24,6 +23,8 @@
curl
];
programs.vim.defaultEditor = true;
programs.mtr.enable = true;
programs.git.enable = true;