1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-09-28 17:27:28 +02:00

emacs: minor cleanup of extra packages option

This commit is contained in:
Robert Helgesson 2017-11-13 00:03:49 +01:00
parent 61a869a1f5
commit 7ca68c6492
No known key found for this signature in database
GPG key ID: C3DB11069E65DC86

View file

@ -29,9 +29,8 @@ in
extraPackages = mkOption {
default = self: [];
example = literalExample ''
epkgs: [ epkgs.emms epkgs.magit ]
'';
defaultText = "epkgs: []";
example = literalExample "epkgs: [ epkgs.emms epkgs.magit ]";
description = "Extra packages available to Emacs.";
};
};