summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix3
1 files changed, 1 insertions, 2 deletions
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";
};
});