Filter nerdfonts to only install "Meslo"
This commit is contained in:
parent
686da6cb66
commit
132a47d5c4
2 changed files with 1 additions and 4 deletions
|
|
@ -8,8 +8,6 @@
|
||||||
thefuck
|
thefuck
|
||||||
atool
|
atool
|
||||||
linuxPackages.perf
|
linuxPackages.perf
|
||||||
meslo-lg
|
|
||||||
nerdfonts
|
|
||||||
];
|
];
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
|
|
|
||||||
|
|
@ -23,8 +23,7 @@
|
||||||
];
|
];
|
||||||
fonts = {
|
fonts = {
|
||||||
fonts = with pkgs; [
|
fonts = with pkgs; [
|
||||||
meslo-lg
|
(nerdfonts.override { fonts = [ "Meslo" ]; })
|
||||||
nerdfonts
|
|
||||||
];
|
];
|
||||||
fontconfig.defaultFonts = {
|
fontconfig.defaultFonts = {
|
||||||
monospace = [ "MesloLGMDZ Nerd Font Mono" ];
|
monospace = [ "MesloLGMDZ Nerd Font Mono" ];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue