about summary refs log tree commit diff
path: root/nixos/modules/programs
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-09-07 10:24:22 +0200
committerGitHub <noreply@github.com>2023-09-07 10:24:22 +0200
commit024c8c2bd4280f9d476efe4327694f242075ea4c (patch)
treebcdb6c5798ea9497b615e984a7a01195f3be5b69 /nixos/modules/programs
parent364ba4fc43844593ae0421b6f09b028920fcfca4 (diff)
parent44813a8a613c8e56db614b2ea450f8ed0d06cbad (diff)
Merge pull request #247618 from Majiir/streamdeck-ui-3.0.1
streamdeck-ui: 2.0.6 -> 3.0.1
Diffstat (limited to 'nixos/modules/programs')
-rw-r--r--nixos/modules/programs/streamdeck-ui.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/programs/streamdeck-ui.nix b/nixos/modules/programs/streamdeck-ui.nix
index 4c055029e39b9..220f0a35f1629 100644
--- a/nixos/modules/programs/streamdeck-ui.nix
+++ b/nixos/modules/programs/streamdeck-ui.nix
@@ -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 ];