feat(crumb): Cantata
This commit is contained in:
@@ -12,6 +12,18 @@ in {
|
|||||||
librefm-password = {};
|
librefm-password = {};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
home.packages = [
|
||||||
|
# An MPD client with a nice GUI.
|
||||||
|
pkgs.cantata
|
||||||
|
];
|
||||||
|
|
||||||
|
sydnix.impermanence.directories =
|
||||||
|
let xdg-data-home =
|
||||||
|
lib.removePrefix "${config.home.homeDirectory}"
|
||||||
|
(lib.removePrefix "~"
|
||||||
|
(config.xdg.dataHome));
|
||||||
|
in [ "${xdg-data-home}/cantata" ];
|
||||||
|
|
||||||
sydnix.mpd = {
|
sydnix.mpd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
discord.enable = true;
|
discord.enable = true;
|
||||||
@@ -31,10 +43,5 @@ in {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# Mpdscribble uses our password files, so it is imperative that the service
|
|
||||||
# runs only after said password files are brought into existence. }:)
|
|
||||||
# systemd.user.services.mpdscribble.Unit.After = [ "sops-nix.service" ];
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user