fix default editor

This commit is contained in:
Michael Thomson 2025-04-30 15:40:10 -04:00
parent 29defe40ba
commit 31582903b5
Signed by: mthomson
GPG Key ID: B6CA05EE5F436C79

View File

@ -4,7 +4,11 @@ in {
imports = [
inputs.nixCats.homeModule
];
config = {
home.sessionVariables = {
EDITOR = "nvim";
};
nixCats = {
enable = true;
packageNames = [ "nvim" ];