mirror of
https://github.com/nix-community/home-manager
synced 2024-11-23 11:39:46 +01:00
vscode: fix name of extension in example (#2759)
This commit is contained in:
parent
8f7d925503
commit
650cfe60f3
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ in {
|
||||||
extensions = mkOption {
|
extensions = mkOption {
|
||||||
type = types.listOf types.package;
|
type = types.listOf types.package;
|
||||||
default = [ ];
|
default = [ ];
|
||||||
example = literalExpression "[ pkgs.vscode-extensions.bbenoist.Nix ]";
|
example = literalExpression "[ pkgs.vscode-extensions.bbenoist.nix ]";
|
||||||
description = ''
|
description = ''
|
||||||
The extensions Visual Studio Code should be started with.
|
The extensions Visual Studio Code should be started with.
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue