asdf
This commit is contained in:
parent
4e18b1150f
commit
e986fee7ee
1 changed files with 2 additions and 2 deletions
|
@ -27,8 +27,8 @@ in {
|
|||
enable = mkEnableOption false;
|
||||
daemon = mkEnableOption true;
|
||||
type = mkOption {
|
||||
type = with types; str;
|
||||
default = "pkgs.emacs-unstable";
|
||||
type = pkg;
|
||||
default = pkgs.emacs-unstable;
|
||||
description = "pkgs. followed by the name of the emacs overlay package";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue