add Catppuccin color schemes for Konsole
This commit is contained in:
parent
9dad989f76
commit
79974b69a5
3 changed files with 56 additions and 23 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue