Merge pull request #93712 from jtojnar/malcontent-0.8

malcontent: 0.7.0 → 0.8.0
This commit is contained in:
Jan Tojnar
2020-07-26 13:55:02 +02:00
committed by GitHub
4 changed files with 58 additions and 25 deletions
@@ -28,7 +28,10 @@ with lib;
malcontent-ui
];
services.dbus.packages = [ pkgs.malcontent ];
services.dbus.packages = [
# D-Bus services are in `out`, not the default `bin` output that would be picked up by `makeDbusConf`.
pkgs.malcontent.out
];
services.accounts-daemon.enable = true;