nix: add jetbrains mono to deps (#234)
temp until fonts are configurable
This commit is contained in:
parent
ceaf33cebd
commit
ba45106e7e
2 changed files with 3 additions and 2 deletions
|
|
@ -23,6 +23,7 @@
|
||||||
findutils,
|
findutils,
|
||||||
file,
|
file,
|
||||||
material-symbols,
|
material-symbols,
|
||||||
|
nerd-fonts,
|
||||||
gcc,
|
gcc,
|
||||||
quickshell,
|
quickshell,
|
||||||
aubio,
|
aubio,
|
||||||
|
|
@ -54,7 +55,7 @@
|
||||||
++ lib.optional withCli caelestia-cli;
|
++ lib.optional withCli caelestia-cli;
|
||||||
|
|
||||||
fontconfig = makeFontsConf {
|
fontconfig = makeFontsConf {
|
||||||
fontDirectories = [material-symbols];
|
fontDirectories = [material-symbols nerd-fonts.jetbrains-mono];
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
|
|
|
||||||
|
|
@ -53,7 +53,7 @@
|
||||||
in
|
in
|
||||||
pkgs.mkShellNoCC {
|
pkgs.mkShellNoCC {
|
||||||
inputsFrom = [shell];
|
inputsFrom = [shell];
|
||||||
packages = [pkgs.material-symbols];
|
packages = with pkgs; [material-symbols nerd-fonts.jetbrains-mono];
|
||||||
CAELESTIA_BD_PATH = "${shell}/bin/beat_detector";
|
CAELESTIA_BD_PATH = "${shell}/bin/beat_detector";
|
||||||
QT_LOGGING_RULES = builtins.concatStringsSep ";" [
|
QT_LOGGING_RULES = builtins.concatStringsSep ";" [
|
||||||
"quickshell.dbus.properties.warning=false"
|
"quickshell.dbus.properties.warning=false"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue