25.05: split nerd fonts

This commit is contained in:
Leonardo Eugênio 2025-05-24 01:09:18 -03:00
parent 68568255cb
commit ce66f177fb
No known key found for this signature in database
GPG key ID: 2F8F21CE8721456B
3 changed files with 2 additions and 10 deletions

View file

@ -28,14 +28,6 @@ rec {
]; ];
} }
); );
nerdfonts_fira_hack = (
final.nerdfonts.override {
fonts = [
"FiraCode"
"Hack"
];
}
);
} }
); );

View file

@ -5,6 +5,7 @@
noto-fonts noto-fonts
noto-fonts-cjk-sans noto-fonts-cjk-sans
noto-fonts-emoji noto-fonts-emoji
nerdfonts_fira_hack nerd-fonts.fira-code
nerd-fonts.hack
]; ];
} }

View file

@ -92,7 +92,6 @@ lib.mkIf (desktop == "sway") {
hack-font hack-font
font-awesome_5 font-awesome_5
fira-code fira-code
nerdfonts_fira_hack
material-wifi-icons material-wifi-icons
]; ];
} }