fix: nerdfont in different namespace

This commit is contained in:
Noah
2024-12-24 16:14:23 +01:00
parent 1b31f04ba9
commit 3907dc3bf7

View File

@@ -218,7 +218,10 @@ in
config = mkIf cfg.enable { config = mkIf cfg.enable {
# TODO:(benvonh) Nerd font packaging changes in NixOS 25.05 # TODO:(benvonh) Nerd font packaging changes in NixOS 25.05
home.packages = [ package (pkgs.nerdfonts.override { fonts = [ "JetBrainsMono" ]; }) ]; home.packages = [
package
(pkgs.nerd-fonts.jetbrains-mono.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