MacBook.local-2024-11-28-10-56-04
This commit is contained in:
30
machine/macbook/configuration.nix
Normal file
30
machine/macbook/configuration.nix
Normal file
@ -0,0 +1,30 @@
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
outputs,
|
||||
inputs,
|
||||
...
|
||||
}: {
|
||||
nixpkgs.hostPlatform = "aarch64-darwin";
|
||||
|
||||
system.defaults = {
|
||||
dock.autohide = true;
|
||||
dock.mru-spaces = false;
|
||||
# finder.AppleShowAllExtensions = true;
|
||||
# finder.FXPreferredViewStyle = "clmv";
|
||||
screencapture.location = "~/Pictures/screenshots";
|
||||
screensaver.askForPasswordDelay = 10;
|
||||
};
|
||||
|
||||
services.nix-daemon.enable = true;
|
||||
nix.settings.experimental-features = "nix-command flakes";
|
||||
|
||||
nix = {
|
||||
configureBuildUsers = true;
|
||||
useDaemon = true;
|
||||
};
|
||||
|
||||
homebrew.enable = true;
|
||||
system.stateVersion = 5;
|
||||
}
|
Reference in New Issue
Block a user