mirror of
https://github.com/nix-community/home-manager
synced 2024-11-10 07:04:17 +00:00
mpdris2: remove assertion on mpd module
This commit is contained in:
parent
d73ba6a534
commit
9042c756fa
1 changed files with 0 additions and 5 deletions
|
@ -87,11 +87,6 @@ in {
|
||||||
assertions = [
|
assertions = [
|
||||||
(lib.hm.assertions.assertPlatform "services.mpdris2" pkgs
|
(lib.hm.assertions.assertPlatform "services.mpdris2" pkgs
|
||||||
lib.platforms.linux)
|
lib.platforms.linux)
|
||||||
|
|
||||||
{
|
|
||||||
assertion = config.services.mpd.enable;
|
|
||||||
message = "The mpdris2 module requires 'services.mpd.enable = true'.";
|
|
||||||
}
|
|
||||||
];
|
];
|
||||||
|
|
||||||
xdg.configFile."mpDris2/mpDris2.conf".text = toIni mpdris2Conf;
|
xdg.configFile."mpDris2/mpDris2.conf".text = toIni mpdris2Conf;
|
||||||
|
|
Loading…
Reference in a new issue