asdf
This commit is contained in:
parent
136d8231cb
commit
b30b0ac25d
1 changed files with 2 additions and 1 deletions
|
@ -4,6 +4,7 @@
|
||||||
config,
|
config,
|
||||||
lib,
|
lib,
|
||||||
pkgs,
|
pkgs,
|
||||||
|
types,
|
||||||
inputs,
|
inputs,
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
|
@ -27,7 +28,7 @@ in {
|
||||||
enable = mkEnableOption false;
|
enable = mkEnableOption false;
|
||||||
daemon = mkEnableOption true;
|
daemon = mkEnableOption true;
|
||||||
package = mkOption {
|
package = mkOption {
|
||||||
type = pkg;
|
type = types.package;
|
||||||
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