streamdeck-ui: split desktop items

This commit is contained in:
Majiir Paktu 2023-08-11 23:17:37 -04:00
parent 0fb2fbc393
commit 44813a8a61
2 changed files with 18 additions and 10 deletions

View file

@ -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 ];