mirror of
https://codeberg.org/mtxyz/nixconf.git
synced 2024-11-09 01:51:57 +00:00
Adds kasts for podcasts in KDE
This commit is contained in:
parent
d814ae1cb2
commit
b0340b9b28
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue