Merge pull request #618 from noahfraiture/fix-nerdfonts
fix: nerdfont in different namespace
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user