add Catppuccin color schemes for Konsole

This commit is contained in:
cswimr 2024-12-19 12:34:42 -05:00
parent 9dad989f76
commit 79974b69a5
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087
3 changed files with 56 additions and 23 deletions

View file

@ -4,7 +4,10 @@
...
}:
let
customfonts = pkgs.callPackage ../packages/customfonts.nix { inherit pkgs; };
catppuccin-konsole = pkgs.callPackage ../packages/catppuccin-konsole.nix { inherit pkgs; };
kdePackages = with pkgs.kdePackages; [
catppuccin-konsole
plasma-browser-integration
];
packages = with pkgs; [
@ -21,7 +24,6 @@ let
libnotify
hoppscotch
];
customfonts = pkgs.callPackage ../packages/customfonts.nix { inherit pkgs; };
in
{
environment.systemPackages = lib.lists.unique (kdePackages ++ packages);