MacBook.local-2024-12-03-09-50-14
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user