fixed kitty and added to core
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
@@ -12,6 +12,7 @@
|
|||||||
userConfiguration
|
userConfiguration
|
||||||
hyprland
|
hyprland
|
||||||
zsh
|
zsh
|
||||||
|
kitty
|
||||||
];
|
];
|
||||||
in {
|
in {
|
||||||
imports =
|
imports =
|
||||||
|
|||||||
Reference in New Issue
Block a user