mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
streamdeck-ui: split desktop items
This commit is contained in:
parent
0fb2fbc393
commit
44813a8a61
2 changed files with 18 additions and 10 deletions
|
@ -24,7 +24,7 @@ in
|
|||
config = mkIf cfg.enable {
|
||||
environment.systemPackages = with pkgs; [
|
||||
cfg.package
|
||||
(mkIf cfg.autoStart (makeAutostartItem { name = "streamdeck-ui"; package = cfg.package; }))
|
||||
(mkIf cfg.autoStart (makeAutostartItem { name = "streamdeck-ui-noui"; package = cfg.package; }))
|
||||
];
|
||||
|
||||
services.udev.packages = [ cfg.package ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue