mirror of
https://github.com/nix-community/home-manager
synced 2024-11-16 16:19:44 +01:00
emacs: minor cleanup of extra packages option
This commit is contained in:
parent
61a869a1f5
commit
7ca68c6492
1 changed files with 2 additions and 3 deletions
|
@ -29,9 +29,8 @@ in
|
||||||
|
|
||||||
extraPackages = mkOption {
|
extraPackages = mkOption {
|
||||||
default = self: [];
|
default = self: [];
|
||||||
example = literalExample ''
|
defaultText = "epkgs: []";
|
||||||
epkgs: [ epkgs.emms epkgs.magit ]
|
example = literalExample "epkgs: [ epkgs.emms epkgs.magit ]";
|
||||||
'';
|
|
||||||
description = "Extra packages available to Emacs.";
|
description = "Extra packages available to Emacs.";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue