We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d710fb commit fc94addCopy full SHA for fc94add
templates/starter-with-secrets/hosts/darwin/default.nix
@@ -42,9 +42,6 @@ let user = "%USER%"; in
42
agenix.packages."${pkgs.system}".default
43
] ++ (import ../../modules/shared/packages.nix { inherit pkgs; });
44
45
- # Enable fonts dir
46
- fonts.fontDir.enable = true;
47
-
48
launchd.user.agents.emacs.path = [ config.environment.systemPath ];
49
launchd.user.agents.emacs.serviceConfig = {
50
KeepAlive = true;
0 commit comments