Add vscode stuff

This commit is contained in:
2025-02-26 21:32:47 +01:00
parent 60a3e4ae1d
commit c45866e0b0
3 changed files with 25 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
{ ... }:
{
imports = [
./vscode.nix
];
}

View File

@@ -0,0 +1,16 @@
{ pkgs, ... }:
{
programs.vscode = {
enable = true;
extensions = with pkgs.vscode-extensions; [
catppuccin.catppuccin-vsc
catppuccin.catppuccin-vsc-icons
jnoortheen.nix-ide
mhutchie.git-graph
donjayamanne.githistory
eamodio.gitlens
];
};
}

View File

@@ -14,6 +14,8 @@
# You can also split up your configuration and import pieces of it here: # You can also split up your configuration and import pieces of it here:
# ./nvim.nix # ./nvim.nix
./IDEs
]; ];
nixpkgs = { nixpkgs = {