don't use deprecated setting
This commit is contained in:
parent
6c9cc59c73
commit
42027a3c05
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
fonts.enableFontDir = true;
|
fonts.fontDir.enable = true;
|
||||||
fonts.fonts = with pkgs; [
|
fonts.fonts = with pkgs; [
|
||||||
(fetchzip {
|
(fetchzip {
|
||||||
name = "berkeley-mono-fonts";
|
name = "berkeley-mono-fonts";
|
||||||
|
|
Loading…
Reference in a new issue