feat: copy over some more things from the default darwin flake

This commit is contained in:
ahwx 2026-02-04 23:24:15 +01:00
parent ec8d4b8ce7
commit 125c6ef98f

View file

@ -13,8 +13,21 @@
#./../../modules/services/automount.nix #./../../modules/services/automount.nix
]; ];
environment.systemPackages = [
pkgs.vim
];
security.pam.enableSudoTouchIdAuth = true; security.pam.enableSudoTouchIdAuth = true;
system.primaryUser = username; system.primaryUser = username;
nix.settings.experimental-features = "nix-command flakes";
system.configurationRevision = self.rev or self.dirtyRev or null;
system.stateVersion = 6;
nixpkgs.hostPlatform = "aarch64-darwin";
homebrew = { homebrew = {
enable = true; enable = true;
onActivation = { onActivation = {
@ -27,7 +40,6 @@
no_quarantine = true; no_quarantine = true;
}; };
casks = [ casks = [
# "steam"
"libreoffice" "libreoffice"
"signal" "signal"
"handbrake" "handbrake"