chore: clean up fonts

This commit is contained in:
Artur Manuel 2024-11-25 21:12:05 +00:00
commit ef6adba668
3 changed files with 19 additions and 16 deletions

View file

@ -9,22 +9,6 @@
;
};
alqueva = {
fonts = {
names = {
sansSerif = ["Iosevka Comfy Wide Fixed"];
monospace = ["Iosevka Comfy Wide Fixed"];
serif = ["Iosevka Comfy Wide Motion Fixed"];
};
packages = builtins.attrValues {
inherit
(pkgs.iosevka-comfy)
comfy-wide-fixed
comfy-wide-motion-fixed
;
nerdfonts = pkgs.nerdfonts.override {fonts = ["NerdFontsSymbolsOnly"];};
};
enable = true;
};
mpd = {
enable = true;
ncmpcpp = true;