mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-22 00:21:34 +01:00
Style
This commit is contained in:
parent
7c105b7d33
commit
6e56e3a989
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@
|
||||||
vscode = pkgs.vscodium;
|
vscode = pkgs.vscodium;
|
||||||
vscodeExtensions =
|
vscodeExtensions =
|
||||||
let
|
let
|
||||||
open-vsx = inputs.nix-vscode-extensions.extensions.${pkgs.system}.open-vsx;
|
inherit (inputs.nix-vscode-extensions.extensions.${pkgs.system}) open-vsx;
|
||||||
in
|
in
|
||||||
[
|
[
|
||||||
open-vsx.jnoortheen.nix-ide
|
open-vsx.jnoortheen.nix-ide
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue