From 9497aacb4d7ff312bcec57cda8915335737214ed Mon Sep 17 00:00:00 2001 From: jay Date: Wed, 9 Jul 2025 07:53:18 -0400 Subject: [PATCH] Move streamcontroller out of common programs to nixy specific. Move streamcontroller out of common --- nodes/hosts/common/configuration.nix | 1 - nodes/hosts/{common => nixy}/programs/streamcontroller.nix | 0 2 files changed, 1 deletion(-) rename nodes/hosts/{common => nixy}/programs/streamcontroller.nix (100%) diff --git a/nodes/hosts/common/configuration.nix b/nodes/hosts/common/configuration.nix index d634507..9c4dcc4 100644 --- a/nodes/hosts/common/configuration.nix +++ b/nodes/hosts/common/configuration.nix @@ -17,7 +17,6 @@ ./programs/obs-studio.nix ./programs/session-desktop.nix ./programs/steam.nix - ./programs/streamcontroller.nix ./programs/zen-browser.nix ./scripts/upgrade-diff.nix ./services/blueman.nix diff --git a/nodes/hosts/common/programs/streamcontroller.nix b/nodes/hosts/nixy/programs/streamcontroller.nix similarity index 100% rename from nodes/hosts/common/programs/streamcontroller.nix rename to nodes/hosts/nixy/programs/streamcontroller.nix