mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2025-01-17 15:33:28 -08:00
updated nerdfonts
This commit is contained in:
parent
1f33da989e
commit
f394f25ecd
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
fonts.packages = with pkgs; [
|
fonts.packages = with pkgs; [
|
||||||
(nerdfonts.override { fonts = ["DejaVuSansMono"]; })
|
nerd-fonts.dejavu-sans-mono
|
||||||
dejavu_fonts
|
dejavu_fonts
|
||||||
xkcd-font
|
xkcd-font
|
||||||
];
|
];
|
||||||
|
|
|
@ -81,7 +81,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
fonts.packages = with pkgs; [
|
fonts.packages = with pkgs; [
|
||||||
(nerdfonts.override { fonts = ["DejaVuSansMono"]; })
|
nerd-fonts.dejavu-sans-mono
|
||||||
dejavu_fonts
|
dejavu_fonts
|
||||||
xkcd-font
|
xkcd-font
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue