diff --git a/hosts/kim/configuration.nix b/hosts/kim/configuration.nix index 0c91afe..90ad008 100644 --- a/hosts/kim/configuration.nix +++ b/hosts/kim/configuration.nix @@ -105,6 +105,11 @@ # Install firefox. programs.firefox.enable = true; + programs.streamdeck-ui = { + enable = true; + autoStart = true; + }; + # Allow unfree packages nixpkgs.config.allowUnfree = true; diff --git a/hosts/kim/home.nix b/hosts/kim/home.nix index 6a805d3..8c18e59 100644 --- a/hosts/kim/home.nix +++ b/hosts/kim/home.nix @@ -85,10 +85,6 @@ bbenoist.nix ]; }; - programs.streamdeck-ui = { - enable = true; - autoStart = true; - }; services.spotifyd = { enable = true; settings = {