mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 18:41:34 +01:00
Install better-comments for vscode
This commit is contained in:
parent
c59f3e5a77
commit
eb340ef5ca
1 changed files with 6 additions and 5 deletions
|
|
@ -16,14 +16,15 @@
|
|||
vscode = pkgs.vscodium;
|
||||
vscodeExtensions =
|
||||
let
|
||||
open-ext = inputs.nix-vscode-extensions.extensions.${pkgs.system}.open-vsx;
|
||||
open-vsx = inputs.nix-vscode-extensions.extensions.${pkgs.system}.open-vsx;
|
||||
in
|
||||
[
|
||||
open-ext.jnoortheen.nix-ide
|
||||
open-ext.yzhang.markdown-all-in-one
|
||||
open-vsx.jnoortheen.nix-ide
|
||||
open-vsx.yzhang.markdown-all-in-one
|
||||
open-vsx.aaron-bond.better-comments
|
||||
|
||||
open-ext.github.github-vscode-theme
|
||||
open-ext.pkief.material-icon-theme
|
||||
open-vsx.github.github-vscode-theme
|
||||
open-vsx.pkief.material-icon-theme
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue