Disable streamcontroller and omnissa client
This commit is contained in:
@@ -65,7 +65,7 @@ in
|
||||
rofi-rbw-wayland
|
||||
spotify
|
||||
virt-manager
|
||||
omnissa-horizon-client
|
||||
# omnissa-horizon-client
|
||||
yt-dlp
|
||||
|
||||
# Go stuff
|
||||
|
@@ -1,4 +1,4 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
programs.streamcontroller.enable = true;
|
||||
programs.streamcontroller.enable = pkgs.lib.warn "streamcontroller broken due to textual" false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user