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, lib,
... ...
}: { }: {
programs.kitty = { environment.systemPackages = [
enable = true; self.packages.${pkgs.stdenv.hostPlatform.system}.kitty
package = self.packages.${pkgs.stdenv.hostPlatform.system}.kitty; ];
};
}; };
perSystem = { perSystem = {
pkgs, pkgs,

View File

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