fixed kitty and added to core
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user