fix(fonts): remove google-fonts package
was causing reloads on macos to freeze the whole system
This commit is contained in:
parent
12db0368dc
commit
953e81f06e
@ -1,10 +1,7 @@
|
||||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
(nerdfonts.override {fonts = ["FiraCode"];})
|
||||
google-fonts
|
||||
inter
|
||||
cascadia-code
|
||||
];
|
||||
|
||||
# fonts.fontconfig.enable = true;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user