1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-06-23 17:56:53 +03:00

malcontent-ui: split from malcontent

The 0.7.0 update allows us to split the package.
This commit is contained in:
Jan Tojnar 2020-03-26 02:02:20 +01:00
parent 4b4c0164f0
commit f3d1333f0d
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4
6 changed files with 122 additions and 11 deletions

View file

@ -23,7 +23,10 @@ with lib;
config = mkIf config.services.malcontent.enable {
environment.systemPackages = [ pkgs.malcontent ];
environment.systemPackages = with pkgs; [
malcontent
malcontent-ui
];
services.dbus.packages = [ pkgs.malcontent ];