summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index cb3c6b0..b156c65 100644
--- a/flake.nix
+++ b/flake.nix
@@ -47,7 +47,7 @@
in
pkgs.mkShellNoCC {
inputsFrom = [shell];
- packages = with pkgs; [material-symbols nerd-fonts.jetbrains-mono];
+ packages = with pkgs; [material-symbols nerd-fonts.caskaydia-cove];
CAELESTIA_BD_PATH = "${shell}/bin/beat_detector";
};
});