Kieran's opinionated (and probably slightly dumb) nix config

chore: update VSCode settings and theme

+7
+7
home-manager/home.nix
··· 381 381 "gopls" = { 382 382 "ui.semanticTokens" = true; 383 383 }; 384 + "workbench.colorTheme" = "Catppuccin Macchiato"; 385 + "workbench.iconTheme" = "catppuccin-macchiato"; 386 + "catppuccin.accentColor" = "blue"; 387 + "editor.fontFamily" = "'FiraCode Nerd Font', 'monospace', monospace"; 388 + "git.autofetch" = true; 389 + "git.confirmSync" = false; 390 + "github.copilot.editor.enableAutoCompletions" = false; 384 391 }; 385 392 }; 386 393