darwin: Ensure vim is default editor

nix-darwin sets `nano` as the default. :(

9e7c20ffd0/modules/environment/default.nix (L181)
This commit is contained in:
Spotlight 2024-04-23 09:39:55 -05:00
parent 8b3eb263a8
commit d5a366be63
Signed by: spotlight
GPG key ID: 874AA355B3209BDC
2 changed files with 15 additions and 10 deletions

View file

@ -105,7 +105,8 @@
# System-wide configuration
./darwin/darwin.nix
# Our provided home-manager configuration
home-manager.darwinModules.home-manager {
home-manager.darwinModules.home-manager
{
home-manager = {
useGlobalPkgs = true;
useUserPackages = true;