malcontent-ui: split from malcontent
The 0.7.0 update allows us to split the package.
This commit is contained in:
@@ -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 ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user