My nix-darwin and NixOS config
3
fork

Configure Feed

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

fix(darwin): remove vscode cask, fix dock paths for hm-managed apps

VSCode is managed by home-manager so remove the duplicate homebrew cask.
Update dock path to point to the Home Manager Apps location instead of
/Applications. Element and Spotify dock entries left unchanged pending
a darwin-rebuild to install missing casks.

+1 -2
-1
modules/options.nix
··· 852 852 "obsidian" 853 853 "netnewswire" 854 854 # Development 855 - "visual-studio-code" 856 855 "github" 857 856 # Media 858 857 "spotify"
+1 -1
settings/darwin/default.nix
··· 49 49 "/System/Applications/Calendar.app" 50 50 "/System/Applications/Reminders.app" 51 51 "/Applications/Obsidian.app" 52 - "/Applications/Visual Studio Code.app" 52 + "/Users/ewan/Applications/Home Manager Apps/Visual Studio Code.app" 53 53 "/Applications/Claude.app" 54 54 # ── Media ───────────────────────────────────────────── 55 55 "/Applications/Spotify.app"