diff --git a/modules/home-manager/nixcats/default.nix b/modules/home-manager/nixcats/default.nix index 202af1b..140a15d 100644 --- a/modules/home-manager/nixcats/default.nix +++ b/modules/home-manager/nixcats/default.nix @@ -4,7 +4,11 @@ in { imports = [ inputs.nixCats.homeModule ]; + config = { + home.sessionVariables = { + EDITOR = "nvim"; + }; nixCats = { enable = true; packageNames = [ "nvim" ];