create kitty.nix

This commit is contained in:
k3t
2026-03-18 07:45:47 -06:00
parent 79b26d3535
commit 96e1b447f2
+8
View File
@@ -0,0 +1,8 @@
{
programs = {
kitty = {
enable = true;
enableGitIntegration = true;
};
};
}