From 24c99cf22e012e07509505b4efdc528589008dd4 Mon Sep 17 00:00:00 2001 From: schererleander Date: Sun, 17 Aug 2025 00:03:59 +0200 Subject: feat: rename hosts --- hosts/macbook/configuration.nix | 49 ----------------------------------------- 1 file changed, 49 deletions(-) delete mode 100644 hosts/macbook/configuration.nix (limited to 'hosts/macbook/configuration.nix') diff --git a/hosts/macbook/configuration.nix b/hosts/macbook/configuration.nix deleted file mode 100644 index b9d2d02..0000000 --- a/hosts/macbook/configuration.nix +++ /dev/null @@ -1,49 +0,0 @@ -{ username, ... }: - -{ - users.users.${username}.home = "/Users/${username}"; - - system.primaryUser = username; - system.defaults = { - dock = { - autohide = true; - largesize = 48; - show-recents = false; - }; - WindowManager.EnableStandardClickToShowDesktop = false; - finder = { - #ShowPathbar = true; - #ShowStatusBar = true; - _FXShowPosixPathInTitle = true; - _FXSortFoldersFirst = true; - }; - controlcenter = { - Display = false; - FocusModes = false; - Sound = false; - }; - loginwindow.GuestEnabled = false; - }; - - homebrew = { - enable = true; - brews = [ - "openjdk@21" - ]; - casks = [ - "obsidian" - "nextcloud" - "bambu-studio" - "arduino-ide" - "anki" - "iterm2" - "rectangle" - "spotify" - ]; - onActivation.cleanup = "zap"; - onActivation.autoUpdate = true; - onActivation.upgrade = true; - }; - - system.stateVersion = 5; -} -- cgit v1.3.1