Nix Flakes configuration for MacOS, NixOS and WSL
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: readd launchpad to dock

+3 -1
+2
machines/darwin/helium/default.nix
··· 31 31 raycast # replacement for spotlight 32 32 dbeaver-bin 33 33 cyberduck 34 + git-lfs 35 + git-filter-repo 34 36 ]; 35 37 36 38 # Common system configurations
+1 -1
machines/darwin/helium/system/dock.nix
··· 11 11 tilesize = 32; # Set dock size 12 12 13 13 # Set dock apps (remove all apps from dock) 14 - persistent-apps = [ "/Applications/Launchpad.app" ]; 14 + persistent-apps = [ "/System/Applications/Launchpad.app" ]; 15 15 16 16 # Disable hot corners 17 17 wvous-bl-corner = 1;