nix: add jetbrains mono to deps (#234)

temp until fonts are configurable
This commit is contained in:
Soramane 2025-07-21 17:58:42 +10:00
parent ceaf33cebd
commit ba45106e7e
2 changed files with 3 additions and 2 deletions

View file

@ -23,6 +23,7 @@
findutils,
file,
material-symbols,
nerd-fonts,
gcc,
quickshell,
aubio,
@ -54,7 +55,7 @@
++ lib.optional withCli caelestia-cli;
fontconfig = makeFontsConf {
fontDirectories = [material-symbols];
fontDirectories = [material-symbols nerd-fonts.jetbrains-mono];
};
in
stdenv.mkDerivation {

View file

@ -53,7 +53,7 @@
in
pkgs.mkShellNoCC {
inputsFrom = [shell];
packages = [pkgs.material-symbols];
packages = with pkgs; [material-symbols nerd-fonts.jetbrains-mono];
CAELESTIA_BD_PATH = "${shell}/bin/beat_detector";
QT_LOGGING_RULES = builtins.concatStringsSep ";" [
"quickshell.dbus.properties.warning=false"