From f1dc78d1542e5229f81549ae06f066bc2855441a Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Wed, 27 Aug 2025 14:43:14 +1000 Subject: paths: use unified env var for lib dir CAELESTIA_BD_PATH -> CAELESTIA_LIB_DIR/beat_detector --- flake.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 4e18178..09a9373 100644 --- a/flake.nix +++ b/flake.nix @@ -49,8 +49,7 @@ pkgs.mkShellNoCC { inputsFrom = [shell]; packages = with pkgs; [material-symbols rubik nerd-fonts.caskaydia-cove]; - CAELESTIA_BD_PATH = "${shell}/bin/beat_detector"; - CAELESTIA_II_PATH = "${shell}/bin/inhibit_idle"; + CAELESTIA_LIB_DIR = "${shell}/lib"; }; }); -- cgit v1.2.3-freya