mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-23 09:51:00 +03:00
malcontent-ui: split from malcontent
The 0.7.0 update allows us to split the package.
This commit is contained in:
parent
4b4c0164f0
commit
f3d1333f0d
6 changed files with 122 additions and 11 deletions
|
@ -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 ];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue