MacBook.local-2024-12-03-09-50-14

This commit is contained in:
Alexander Szczepanski
2024-12-03 09:50:14 +01:00
parent bacafcc0a8
commit e57e5c4f13
11 changed files with 308 additions and 276 deletions

View File

@ -8,21 +8,28 @@
}: {
nixpkgs.hostPlatform = "aarch64-darwin";
imports = [
../../configs/common.nix
];
system.defaults = {
dock.autohide = true;
dock.mru-spaces = false;
# finder.AppleShowAllExtensions = true;
# finder.FXPreferredViewStyle = "clmv";
screencapture.location = "~/Pictures/screenshots";
# screencapture.location = "~/Pictures/screenshots";
screensaver.askForPasswordDelay = 10;
};
services.nix-daemon.enable = true;
services = {
nix-daemon.enable = true;
};
nix.settings.experimental-features = "nix-command flakes";
nix = {
configureBuildUsers = true;
useDaemon = true;
useDaemon = true;
};
homebrew.enable = true;