configure vscode to install all of my extensions and settings declaratively instead of using settings sync

This commit is contained in:
cswimr 2024-11-19 22:17:36 -05:00
parent 47a7e8f518
commit 0ee492277a
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087
5 changed files with 522 additions and 20 deletions

View file

@ -103,9 +103,6 @@
# We disable this because we're using zen-browser in the flake.nix
programs.firefox.enable = false;
# Allow unfree packages
nixpkgs.config.allowUnfree = true;
# Some programs need SUID wrappers, can be configured further or are
# started in user sessions.
# programs.mtr.enable = true;