chore: update package name and use stable kitty package
All checks were successful
Flake checker / Build Nix targets (push) Successful in 10m2s

This commit is contained in:
uttarayan21
2025-09-13 20:41:25 +05:30
parent b20f0276ea
commit a1bca878fa
3 changed files with 3 additions and 2 deletions

View File

@@ -26,6 +26,6 @@
"--single-instance"
];
themeFile = "Catppuccin-Mocha";
package = inputs.nixpkgs-master.legacyPackages.${device.system}.kitty;
# package = inputs.nixpkgs-stable.legacyPackages.${device.system}.kitty;
};
}