The option fonts.fonts' has been renamed to fonts.packages'
This commit is contained in:
parent
6e9685392b
commit
764d5e6289
1 changed files with 1 additions and 1 deletions
|
|
@ -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" ]; })
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue