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
|
||||
atool
|
||||
linuxPackages.perf
|
||||
meslo-lg
|
||||
nerdfonts
|
||||
];
|
||||
|
||||
programs = {
|
||||
|
|
|
|||
|
|
@ -23,8 +23,7 @@
|
|||
];
|
||||
fonts = {
|
||||
fonts = with pkgs; [
|
||||
meslo-lg
|
||||
nerdfonts
|
||||
(nerdfonts.override { fonts = [ "Meslo" ]; })
|
||||
];
|
||||
fontconfig.defaultFonts = {
|
||||
monospace = [ "MesloLGMDZ Nerd Font Mono" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue