Skip to content

Commit

Permalink
Merge pull request #618 from noahfraiture/fix-nerdfonts
Browse files Browse the repository at this point in the history
fix: nerdfont in different namespace
  • Loading branch information
orangci authored Dec 25, 2024
2 parents c5e7a9b + 15a02fc commit 8b69338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ in

config = mkIf cfg.enable {
# TODO:(benvonh) Nerd font packaging changes in NixOS 25.05
home.packages = [ package (pkgs.nerdfonts.override { fonts = [ "JetBrainsMono" ]; }) ];
home.packages = [pkgs.nerd-fonts.jetbrains-mono];

# NOTE:(benvonh)
# When changing the configuration through the GUI, HyprPanel will delete the `config.json` file and create a new
Expand Down

0 comments on commit 8b69338

Please sign in to comment.