mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 13:43:56 -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; [
|
fonts.packages = with pkgs; [
|
||||||
liberation_ttf
|
liberation_ttf
|
||||||
(nerdfonts.override {
|
(nerdfonts.override {
|
||||||
fonts = ["DroidSansMono" "FiraCode" "FiraMono" "Hack" "Noto"];
|
fonts = ["DroidSansMono" "Noto"];
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue