mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 05:23:54 -05:00
home-manager: explicitly add nerdfonts override
This commit is contained in:
parent
d96a44d260
commit
52e98f740c
|
@ -104,6 +104,7 @@
|
|||
};
|
||||
font = {
|
||||
name = "NotoSans Nerd Font Regular";
|
||||
package = pkgs.nerdfonts.override { fonts = [ "Noto" ]; };
|
||||
size = 11;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue