Files
2026-03-18 07:45:47 -06:00

9 lines
105 B
Nix

{
programs = {
kitty = {
enable = true;
enableGitIntegration = true;
};
};
}