Skip to content

Commit 09d3eab

Browse files
authored
Remove deprecated fonts.fontDir.enable option from nix-darwin configuration (#98)
* Remove deprecated fonts.FontDir.enable from starter template This was removed upstream in nix-darwin/nix-darwin#754 * Remove deprecated fonts.FontDir.enable from starter-with-secrets template This was removed upstream in nix-darwin/nix-darwin#754
1 parent 486df5f commit 09d3eab

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

templates/starter-with-secrets/hosts/darwin/default.nix

-3
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,6 @@ let user = "%USER%"; in
4242
agenix.packages."${pkgs.system}".default
4343
] ++ (import ../../modules/shared/packages.nix { inherit pkgs; });
4444

45-
# Enable fonts dir
46-
fonts.fontDir.enable = true;
47-
4845
launchd.user.agents.emacs.path = [ config.environment.systemPath ];
4946
launchd.user.agents.emacs.serviceConfig = {
5047
KeepAlive = true;

templates/starter/hosts/darwin/default.nix

-3
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,6 @@ let user = "%USER%"; in
3939
emacs-unstable
4040
] ++ (import ../../modules/shared/packages.nix { inherit pkgs; });
4141

42-
# Enable fonts dir
43-
fonts.fontDir.enable = true;
44-
4542
launchd.user.agents.emacs.path = [ config.environment.systemPath ];
4643
launchd.user.agents.emacs.serviceConfig = {
4744
KeepAlive = true;

0 commit comments

Comments
 (0)