1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2025-01-07 09:39:49 +01:00

vscode: add example for extensions option

(cherry picked from commit e1535d2bd8)
This commit is contained in:
Robert Helgesson 2019-05-31 21:37:28 +02:00
parent 3daa1da497
commit 81d600d948
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89

View file

@ -31,6 +31,7 @@ in
extensions = mkOption { extensions = mkOption {
type = types.listOf types.package; type = types.listOf types.package;
default = []; default = [];
example = literalExample "[ 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.
These will override but not delete manually installed ones. These will override but not delete manually installed ones.