dotfiles/machines/common/darwin/default.nix

15 lines
406 B
Nix
Raw Normal View History

2023-05-29 14:10:26 +02:00
{
# manipulate the global /etc/zshenv for PATH, etc.
programs.zsh.enable = true;
# Used for backwards compatibility, please read the changelog before changing.
# $ darwin-rebuild changelog
system.stateVersion = 4;
security.pam.enableSudoTouchIdAuth = true;
system.defaults.alf.stealthenabled = 1;
# Auto upgrade nix package and the daemon service.
services.nix-daemon.enable = true;
}