Skip to content

Commit

Permalink
laptop0: vscodium: add continue
Browse files Browse the repository at this point in the history
  • Loading branch information
1sixth committed Aug 16, 2024
1 parent 82e9c16 commit 1090bcc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions nixos/laptop0/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
".config/sops"
".config/VSCodium"
".config/wireshark"
".continue"
".local/bin"
".local/share/containers"
".local/share/direnv"
Expand Down
3 changes: 3 additions & 0 deletions nixos/laptop0/home/vscodium.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
enable = true;
extensions =
(with pkgs.vscode-extensions; [
continue.continue
ms-python.debugpy
ms-python.python
rust-lang.rust-analyzer
Expand Down Expand Up @@ -44,6 +45,8 @@
"editor.formatOnSave" = true;
};
"autocorrect.formatOnSave" = false;
"continue.enableTabAutocomplete" = false;
"continue.telemetryEnabled" = false;
"editor.fontFamily" = "monospace";
"editor.fontSize" = 20;
"editor.unicodeHighlight.allowedLocales" = {
Expand Down

0 comments on commit 1090bcc

Please sign in to comment.