fix(macos): new font syntax and typo in php conf

This commit is contained in:
mrflos 2024-08-09 13:24:48 +03:00
parent 6891dbfaf2
commit 9a2a4f68ca
2 changed files with 3 additions and 4 deletions

View file

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