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

@ -10,7 +10,7 @@ in {
imports = [
./hardware-configuration.nix
../../configs/browser.nix
../../configs/common.nix
../../configs/common-linux.nix
../../configs/docker.nix
../../configs/games.nix
../../configs/develop.nix

View File

@ -11,7 +11,7 @@ in {
imports = [
./hardware-configuration.nix
../../configs/browser.nix
../../configs/common.nix
../../configs/common-linux.nix
../../configs/docker.nix
../../configs/games.nix
../../configs/virtualization.nix

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;

View File

@ -8,7 +8,7 @@
imports = [
./hardware-configuration.nix
../../configs/docker.nix
../../configs/common.nix
../../configs/common-linux.nix
../../configs/user.nix
];

View File

@ -7,7 +7,7 @@
}: {
imports = [
./hardware-configuration.nix
../../configs/common.nix
../../configs/common-linux.nix
../../configs/docker.nix
../../configs/user.nix
];

View File

@ -16,7 +16,7 @@
imports = [
./hardware-configuration.nix
../../configs/common.nix
../../configs/common-linux.nix
../../configs/docker.nix
../../configs/plasma.nix
../../configs/user.nix

View File

@ -11,7 +11,7 @@
in {
imports = [
./hardware-configuration.nix
../../configs/common.nix
../../configs/common-linux.nix
../../configs/docker.nix
../../configs/user.nix