tangled
alpha
login
or
join now
dunkirk.sh
/
dots
3
fork
atom
Kieran's opinionated (and probably slightly dumb) nix config
3
fork
atom
overview
issues
pulls
pipelines
chore: update VSCode settings and theme
Kieran Klukas
2 years ago
1f211401
fb8f12cd
+7
1 changed file
expand all
collapse all
unified
split
home-manager
home.nix
+7
home-manager/home.nix
···
381
381
"gopls" = {
382
382
"ui.semanticTokens" = true;
383
383
};
384
384
+
"workbench.colorTheme" = "Catppuccin Macchiato";
385
385
+
"workbench.iconTheme" = "catppuccin-macchiato";
386
386
+
"catppuccin.accentColor" = "blue";
387
387
+
"editor.fontFamily" = "'FiraCode Nerd Font', 'monospace', monospace";
388
388
+
"git.autofetch" = true;
389
389
+
"git.confirmSync" = false;
390
390
+
"github.copilot.editor.enableAutoCompletions" = false;
384
391
};
385
392
};
386
393