add qtbase

This commit is contained in:
cswimr 2025-01-11 18:10:02 -06:00
parent 588f04fe89
commit 6451843001
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087

View file

@ -7,6 +7,7 @@ let
customfonts = pkgs.callPackage ../packages/customfonts.nix { inherit pkgs; };
catppuccin-konsole = pkgs.callPackage ../packages/catppuccin-konsole.nix { inherit pkgs; };
kdePackages = with pkgs.kdePackages; [
qtbase
catppuccin-konsole
plasma-browser-integration
];