MacBook.local-2024-12-03-09-50-14
This commit is contained in:
@ -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
|
||||
|
@ -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
|
||||
|
@ -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;
|
||||
|
@ -8,7 +8,7 @@
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
../../configs/docker.nix
|
||||
../../configs/common.nix
|
||||
../../configs/common-linux.nix
|
||||
../../configs/user.nix
|
||||
];
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
}: {
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
../../configs/common.nix
|
||||
../../configs/common-linux.nix
|
||||
../../configs/docker.nix
|
||||
../../configs/user.nix
|
||||
];
|
||||
|
@ -16,7 +16,7 @@
|
||||
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
../../configs/common.nix
|
||||
../../configs/common-linux.nix
|
||||
../../configs/docker.nix
|
||||
../../configs/plasma.nix
|
||||
../../configs/user.nix
|
||||
|
@ -11,7 +11,7 @@
|
||||
in {
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
../../configs/common.nix
|
||||
../../configs/common-linux.nix
|
||||
../../configs/docker.nix
|
||||
../../configs/user.nix
|
||||
|
||||
|
Reference in New Issue
Block a user