Skip to content

Commit fc94add

Browse files
authored
Remove deprecated fonts.FontDir.enable from starter-with-secrets template
This was removed upstream in nix-darwin/nix-darwin#754
1 parent 3d710fb commit fc94add

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
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;

0 commit comments

Comments
 (0)