From b8f6527b0b278591ea8f75423c2bcd6c86b85496 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Sat, 26 Jul 2025 22:59:53 +0200 Subject: [PATCH] Disable streamcontroller and omnissa client --- home/packages/default.nix | 2 +- hosts/gunter/streamdeck.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/home/packages/default.nix b/home/packages/default.nix index 6964cef..dc8dc91 100644 --- a/home/packages/default.nix +++ b/home/packages/default.nix @@ -65,7 +65,7 @@ in rofi-rbw-wayland spotify virt-manager - omnissa-horizon-client + # omnissa-horizon-client yt-dlp # Go stuff diff --git a/hosts/gunter/streamdeck.nix b/hosts/gunter/streamdeck.nix index bd5f00e..b3f52f4 100644 --- a/hosts/gunter/streamdeck.nix +++ b/hosts/gunter/streamdeck.nix @@ -1,4 +1,4 @@ { pkgs, ... }: { - programs.streamcontroller.enable = true; + programs.streamcontroller.enable = pkgs.lib.warn "streamcontroller broken due to textual" false; }