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;
|
enable = mkEnableOption false;
|
||||||
daemon = mkEnableOption true;
|
daemon = mkEnableOption true;
|
||||||
type = mkOption {
|
type = mkOption {
|
||||||
type = with types; str;
|
type = pkg;
|
||||||
default = "pkgs.emacs-unstable";
|
default = pkgs.emacs-unstable;
|
||||||
description = "pkgs. followed by the name of the emacs overlay package";
|
description = "pkgs. followed by the name of the emacs overlay package";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue