Disable streamcontroller and omnissa client
All checks were successful
Run nix flake check / flake-check (push) Successful in 3m58s
Periodic flake update / flake-update (push) Successful in 2m21s

This commit is contained in:
2025-07-26 22:59:53 +02:00
parent 2e773e24f9
commit b8f6527b0b
2 changed files with 2 additions and 2 deletions

View File

@@ -65,7 +65,7 @@ in
rofi-rbw-wayland rofi-rbw-wayland
spotify spotify
virt-manager virt-manager
omnissa-horizon-client # omnissa-horizon-client
yt-dlp yt-dlp
# Go stuff # Go stuff

View File

@@ -1,4 +1,4 @@
{ pkgs, ... }: { pkgs, ... }:
{ {
programs.streamcontroller.enable = true; programs.streamcontroller.enable = pkgs.lib.warn "streamcontroller broken due to textual" false;
} }