1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-01 04:23:34 +02:00

vscode: add example for extensions option

This commit is contained in:
Robert Helgesson 2019-05-31 21:37:28 +02:00
parent d5bf68d77d
commit e1535d2bd8
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89

View File

@ -31,6 +31,7 @@ in
extensions = mkOption {
type = types.listOf types.package;
default = [];
example = literalExample "[ pkgs.vscode-extensions.bbenoist.Nix ]";
description = ''
The extensions Visual Studio Code should be started with.
These will override but not delete manually installed ones.