From ba45106e7eba2a9e54f0b0721071c99eb6e84a42 Mon Sep 17 00:00:00 2001 From: Soramane <61896496+soramanew@users.noreply.github.com> Date: Mon, 21 Jul 2025 17:58:42 +1000 Subject: nix: add jetbrains mono to deps (#234) temp until fonts are configurable --- default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'default.nix') diff --git a/default.nix b/default.nix index 575c2b3..3396de0 100644 --- a/default.nix +++ b/default.nix @@ -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 { -- cgit v1.2.3-freya