This commit is contained in:
Ryan Yin
2023-08-13 12:37:28 +08:00
parent af34724e5a
commit d7b1518882
4 changed files with 6 additions and 0 deletions

View File

@ -30,6 +30,8 @@ However, as Flakes is still an experimental feature, it is not enabled by defaul
wget
curl
];
# Set default editor to vim
environment.variables.EDITOR = "vim";
# Omit the rest of the configuration...
}