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; }