diff options
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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"; }; }); |