Bring back pre-25.05 jetbrains nerd font

This commit is contained in:
benvonh
2024-12-26 00:01:32 +10:00
parent 6c14efd04b
commit b1cbec401c

View File

@@ -217,8 +217,13 @@ in
}; };
config = mkIf cfg.enable { config = mkIf cfg.enable {
# TODO:(benvonh) Nerd font packaging changes in NixOS 25.05 home.packages = [
home.packages = [pkgs.nerd-fonts.jetbrains-mono]; (if pkgs ? nerd-fonts.jetbrains-mono
then pkgs.nerd-fonts.jetbrains-mono
# NOTE:(benvonh) Remove after next release 25.05
else pkgs.nerdfonts.override { fonts = [ "JetBrainsMono" ]; }
)
];
# NOTE:(benvonh) # NOTE:(benvonh)
# When changing the configuration through the GUI, HyprPanel will delete the `config.json` file and create a new # When changing the configuration through the GUI, HyprPanel will delete the `config.json` file and create a new