desktop changes

This commit is contained in:
k3t
2026-03-12 07:23:18 -06:00
parent 771d21d82b
commit 4fec2335c5
2 changed files with 7 additions and 0 deletions
+6
View File
@@ -2,4 +2,10 @@
imports = [
./common.nix
];
programs = {
kitty = {
enable = true;
enableGitIntegration = true;
};
};
}