@jaspermayone.com's dotfiles

Fix duplicate homebrew.casks definition in dippet config

+2 -5
+2 -5
hosts/dippet/default.nix
··· 149 149 "python@3.14" 150 150 ]; 151 151 152 - # Docker Desktop for macOS (required for Spindle) 152 + # Dippet-specific homebrew casks 153 153 homebrew.casks = [ 154 + # Docker Desktop for macOS (required for Spindle) 154 155 "docker" 155 - ]; 156 - 157 - # Dippet-specific homebrew casks 158 - homebrew.casks = [ 159 156 # Desktop apps are inherited from shared config (espanso, raycast, bitwarden) 160 157 ]; 161 158