cleanup font handling
This commit is contained in:
parent
c4739ab3fb
commit
b907855018
3 changed files with 6 additions and 6 deletions
|
@ -72,14 +72,14 @@ in {
|
|||
fonts.enableDefaultFonts = true;
|
||||
fonts.fontconfig.antialias = true;
|
||||
fonts.fonts = with pkgs; [
|
||||
cascadia-code
|
||||
corefonts
|
||||
emacs-all-the-icons-fonts
|
||||
fira-code
|
||||
fira-code-symbols
|
||||
font-awesome
|
||||
meslo-lg
|
||||
noto-fonts
|
||||
noto-fonts-emoji
|
||||
(nerdfonts.override {
|
||||
fonts = [ "CascadiaCode" "Meslo" ];
|
||||
})
|
||||
];
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue