Skip to content

Commit d8759cc

Browse files
committed
feat: darwin - font.packages
1 parent 6c6ada4 commit d8759cc

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

modules/darwin/system.nix

+1-7
Original file line numberDiff line numberDiff line change
@@ -185,13 +185,7 @@
185185

186186
# Fonts
187187
fonts = {
188-
# will be removed after this PR is merged:
189-
# https://github.com/LnL7/nix-darwin/pull/754
190-
fontDir.enable = true;
191-
192-
# will change to `fonts.packages` after this PR is merged:
193-
# https://github.com/LnL7/nix-darwin/pull/754
194-
fonts = with pkgs; [
188+
packages = with pkgs; [
195189
# packages = with pkgs; [
196190
# icon fonts
197191
material-design-icons

0 commit comments

Comments
 (0)