update kitty module

This commit is contained in:
Fabian Montero 2024-11-29 01:41:05 -06:00
parent 6a51c08183
commit 9c98f9a0a3
2 changed files with 5 additions and 3 deletions

View file

@ -33,5 +33,10 @@ in {
''; '';
}; };
}; };
home = {
sessionVariables = {
"TERMINAL" = "kitty";
};
};
}; };
} }

View file

@ -74,9 +74,6 @@
stateVersion = "21.11"; # DO NOT CHANGE stateVersion = "21.11"; # DO NOT CHANGE
username = "fabian"; username = "fabian";
homeDirectory = "/home/fabian"; homeDirectory = "/home/fabian";
sessionVariables = {
"TERMINAL" = "kitty";
};
}; };
programs.home-manager.enable = true; programs.home-manager.enable = true;