aboutsummaryrefslogtreecommitdiff
path: root/hosts/darwin/configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/darwin/configuration.nix')
-rw-r--r--hosts/darwin/configuration.nix16
1 files changed, 15 insertions, 1 deletions
diff --git a/hosts/darwin/configuration.nix b/hosts/darwin/configuration.nix
index 573bacd..4167394 100644
--- a/hosts/darwin/configuration.nix
+++ b/hosts/darwin/configuration.nix
@@ -11,6 +11,10 @@
shell = pkgs.zsh;
};
+ system.defaults = {
+ dock.autohide = true;
+ };
+
programs.zsh.enable = true;
homebrew = {
@@ -24,7 +28,17 @@
"nextcloud"
"bambu-studio"
];
+ masApps = {
+ "Goodnotes 6" = 1444383602;
+ "WhatsApp Messenger " = 310633997;
+ "Adguard for Safari" = 1440147259;
+ "WireGuard" = 1451685025;
+ "Infuse" = 1136220934;
+ };
+ onActivation.cleanup = "zap";
+ onActivation.autoUpdate = true;
+ onActivation.upgrade = true;
};
system.stateVersion = 5;
-} \ No newline at end of file
+}