Update nix-darwin and home-manager

This commit is contained in:
Natsu Kagami 2022-05-05 12:27:12 -04:00
parent ede105b28a
commit 9fb22cb082
Signed by: nki
GPG key ID: 7306B3D3C3AD6E51
2 changed files with 9 additions and 9 deletions

View file

@ -22,7 +22,7 @@ with lib;
monospace = lib.mkBefore [ "IBM Plex Mono" ];
};
};
} else {}) // (if (strings.hasSuffix "darwin" pkgs.system) then {
enableFontDir = true;
} else {});
} else { }) // (if (strings.hasSuffix "darwin" pkgs.system) then {
fontDir.enable = true;
} else { });
}