mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 01:33:55 -05:00
desktop: remove Fira and Hack fonts
This commit is contained in:
parent
ed19e4a663
commit
cdff029eb3
|
@ -34,7 +34,7 @@
|
|||
fonts.packages = with pkgs; [
|
||||
liberation_ttf
|
||||
(nerdfonts.override {
|
||||
fonts = ["DroidSansMono" "FiraCode" "FiraMono" "Hack" "Noto"];
|
||||
fonts = ["DroidSansMono" "Noto"];
|
||||
})
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue