mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 17:31:34 +01:00
vscode: install print extension
This commit is contained in:
parent
a77cf818d1
commit
ea509959ff
1 changed files with 2 additions and 1 deletions
|
|
@ -15,13 +15,14 @@
|
||||||
package = pkgs-unstable.vscodium;
|
package = pkgs-unstable.vscodium;
|
||||||
profiles.default.extensions =
|
profiles.default.extensions =
|
||||||
let
|
let
|
||||||
inherit (inputs.nix-vscode-extensions.extensions.${pkgs.system}) open-vsx;
|
inherit (inputs.nix-vscode-extensions.extensions.${pkgs.system}) open-vsx vscode-marketplace;
|
||||||
in
|
in
|
||||||
[
|
[
|
||||||
open-vsx.jnoortheen.nix-ide
|
open-vsx.jnoortheen.nix-ide
|
||||||
open-vsx.aaron-bond.better-comments
|
open-vsx.aaron-bond.better-comments
|
||||||
open-vsx.llvm-vs-code-extensions.vscode-clangd
|
open-vsx.llvm-vs-code-extensions.vscode-clangd
|
||||||
open-vsx.nefrob.vscode-just-syntax
|
open-vsx.nefrob.vscode-just-syntax
|
||||||
|
vscode-marketplace.pdconsec.vscode-print
|
||||||
|
|
||||||
open-vsx.github.github-vscode-theme
|
open-vsx.github.github-vscode-theme
|
||||||
open-vsx.pkief.material-icon-theme
|
open-vsx.pkief.material-icon-theme
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue