Skip to content

Commit af059fe

Browse files
fonts: update to newer syntax
1 parent ac6fbac commit af059fe

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

modules/fonts/default.nix

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,9 @@ in
1414
fonts = {
1515
fontDir.enable = true;
1616
enableDefaultPackages = true;
17-
packages = with pkgs; [
18-
(nerdfonts.override {
19-
fonts = [
20-
"Meslo" # MesloLG{S,M,L}{_,DZ} Nerd Font {_,Mono}
21-
"JetBrainsMono" # JetBrainsMono{_,NL} Nerd Font {_,Mono,Propo}
22-
];
23-
})
17+
packages = with pkgs.nerd-fonts; [
18+
meslo-lg # MesloLG{S,M,L}{_,DZ} Nerd Font {_,Mono}
19+
jetbrains-mono # JetBrainsMono{_,NL} Nerd Font {_,Mono,Propo}
2420
];
2521
};
2622
};

0 commit comments

Comments
 (0)