1
0
mirror of https://github.com/kmein/niveum synced 2026-03-18 19:11:08 +01:00

Enable kdeconnect-indicator; only show spotify info if spotify is running

This commit is contained in:
Kierán Meinhardt
2018-09-22 20:21:09 +02:00
parent 2de1088a89
commit 98b56b0cb0
2 changed files with 26 additions and 21 deletions

View File

@@ -141,7 +141,10 @@ in {
};
};
services.kdeconnect.enable = true;
services.kdeconnect = {
enable = true;
indicator = true;
};
services.dunst = with import ./theme.nix; {
enable = true;