From 09278d2ab4ad5bbe4595079ac00404e7fd6c8029 Mon Sep 17 00:00:00 2001 From: Annika Merris Date: Wed, 8 May 2024 13:20:34 -0400 Subject: [PATCH] Switching streamdeck-ui for StreamController --- hosts/kim/configuration.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/hosts/kim/configuration.nix b/hosts/kim/configuration.nix index 84e4945..c609aa0 100644 --- a/hosts/kim/configuration.nix +++ b/hosts/kim/configuration.nix @@ -105,11 +105,6 @@ # Install firefox. programs.firefox.enable = true; - programs.streamdeck-ui = { - enable = true; - autoStart = true; - }; - # Allow unfree packages nixpkgs.config.allowUnfree = true; @@ -123,6 +118,7 @@ logiops prusa-slicer helvum + python ]; # Some programs need SUID wrappers, can be configured further or are