Skip to content

Commit

Permalink
Switch to microsoft vs-code
Browse files Browse the repository at this point in the history
I am ashamed, but I want to try out copilot.
  • Loading branch information
jeremystucki committed Oct 9, 2024
1 parent 1d7fca6 commit b42e7c0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions components/code.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

programs.vscode = {
enable = true;
package = pkgs-unstable.vscodium;

extensions = with pkgs.vscode-extensions; [
asciidoctor.asciidoctor-vscode
Expand All @@ -20,8 +19,6 @@
};
};

programs.zsh.shellAliases.code = "codium";

programs.vscode.userSettings = {
vscode-neovim.neovimExecutablePaths.linux = "/home/jeremy/.nix-profile/bin/nvim";
window.autoDetectColorScheme = true;
Expand Down

0 comments on commit b42e7c0

Please sign in to comment.