hosts/common: Make neovim default editor

This commit is contained in:
The Hedgehog 2022-07-24 12:00:28 -04:00
parent c2bf05fcb4
commit b15cfadb2e
No known key found for this signature in database

View file

@ -4,4 +4,7 @@
description = "The Hedgehog";
extraGroups = ["networkmanager" "wheel"];
};
# Set default editor
programs.neovim.enable = true;
programs.neovim.defaultEditor = true;
}