fixed kitty and added to core

This commit is contained in:
2026-07-04 16:43:46 +01:00
parent f3e93f9ae7
commit 59575477d5
2 changed files with 4 additions and 4 deletions

View File

@@ -8,10 +8,9 @@
lib,
...
}: {
programs.kitty = {
enable = true;
package = self.packages.${pkgs.stdenv.hostPlatform.system}.kitty;
};
environment.systemPackages = [
self.packages.${pkgs.stdenv.hostPlatform.system}.kitty
];
};
perSystem = {
pkgs,

View File

@@ -12,6 +12,7 @@
userConfiguration
hyprland
zsh
kitty
];
in {
imports =