General update
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
{ config
|
||||
{ inputs
|
||||
, system
|
||||
, config
|
||||
, pkgs
|
||||
, home-manager
|
||||
, ...
|
||||
@@ -8,19 +10,27 @@
|
||||
programs.vscode = {
|
||||
enable = true;
|
||||
package = pkgs.vscodium;
|
||||
extensions = with pkgs.vscode-extensions; [
|
||||
# Cosmetics
|
||||
vscode-icons-team.vscode-icons
|
||||
extensions = with inputs.nix-vscode-extensions.extensions.${system};
|
||||
[
|
||||
# Cosmetics
|
||||
vscode-marketplace.vscode-icons-team.vscode-icons
|
||||
|
||||
# Copilot
|
||||
github.copilot
|
||||
github.copilot-chat
|
||||
# Copilot
|
||||
vscode-marketplace.github.copilot
|
||||
vscode-marketplace.github.copilot-labs
|
||||
vscode-marketplace.github.copilot-chat
|
||||
|
||||
# Git
|
||||
mhutchie.git-graph
|
||||
# Git
|
||||
vscode-marketplace.mhutchie.git-graph
|
||||
|
||||
# Nix language extensions
|
||||
bbenoist.nix
|
||||
];
|
||||
# Just files
|
||||
vscode-marketplace.skellock.just
|
||||
|
||||
# Nix language extensions
|
||||
vscode-marketplace.bbenoist.nix
|
||||
|
||||
# Rust language extensions
|
||||
vscode-marketplace.rust-lang.rust-analyzer
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user