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 = [ imports = [
inputs.nixCats.homeModule inputs.nixCats.homeModule
]; ];
config = { config = {
home.sessionVariables = {
EDITOR = "nvim";
};
nixCats = { nixCats = {
enable = true; enable = true;
packageNames = [ "nvim" ]; packageNames = [ "nvim" ];