The option fonts.fonts' has been renamed to fonts.packages'

This commit is contained in:
William 2023-08-18 11:11:24 -03:00
parent 6e9685392b
commit 764d5e6289

View file

@ -84,7 +84,7 @@
fonts = { fonts = {
fontDir.enable = true; fontDir.enable = true;
fontconfig.enable = true; fontconfig.enable = true;
fonts = with pkgs; [ packages = with pkgs; [
inter inter
roboto roboto
(nerdfonts.override { fonts = [ "Hack" ]; }) (nerdfonts.override { fonts = [ "Hack" ]; })