fix(macos): new font syntax and typo in php conf
This commit is contained in:
parent
6891dbfaf2
commit
9a2a4f68ca
2 changed files with 3 additions and 4 deletions
|
@ -8,8 +8,7 @@
|
|||
];
|
||||
|
||||
fonts = {
|
||||
fontDir.enable = true;
|
||||
fonts = with pkgs; [
|
||||
packages = with pkgs; [
|
||||
inter
|
||||
(nerdfonts.override { fonts = [ "Iosevka" ]; })
|
||||
];
|
||||
|
|
|
@ -18,10 +18,10 @@
|
|||
# $ nix search wget
|
||||
environment.systemPackages = with pkgs;
|
||||
let
|
||||
php83 = pkgs.php83.buildEnv { extraConfig = ""
|
||||
php83 = pkgs.php83.buildEnv { extraConfig = ''
|
||||
memory_limit = 2G
|
||||
max_upload_size = 2G
|
||||
""; };
|
||||
''; };
|
||||
in [
|
||||
dart-sass
|
||||
cmake
|
||||
|
|
Loading…
Reference in a new issue