Adds kasts for podcasts in KDE

This commit is contained in:
Bailey 2024-06-11 01:53:33 -04:00
parent d814ae1cb2
commit b0340b9b28

View file

@ -6,7 +6,7 @@
}:
{
config = lib.mkIf (config.mtxyz.graphical.desktop == "kde") {
home.packages = with pkgs; [ nheko ];
home.packages = with pkgs; [ nheko kdePackages.kasts ];
xdg.enable = true;