mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 17:31:34 +01:00
Update
This commit is contained in:
parent
2a4f92d952
commit
cb3daa129c
2 changed files with 23 additions and 23 deletions
|
|
@ -15,14 +15,14 @@
|
|||
vscode = pkgs.vscodium;
|
||||
vscodeExtensions =
|
||||
let
|
||||
inherit (inputs.nix-vscode-extensions.extensions.${pkgs.system}) open-vsx;
|
||||
inherit (inputs.nix-vscode-extensions.extensions.${pkgs.system}) open-vsx vscode-marketplace;
|
||||
in
|
||||
[
|
||||
open-vsx.jnoortheen.nix-ide
|
||||
open-vsx.aaron-bond.better-comments
|
||||
|
||||
open-vsx.github.github-vscode-theme
|
||||
open-vsx.pkief.material-icon-theme
|
||||
vscode-marketplace.pkief.material-icon-theme
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue