This commit is contained in:
Sakooooo 2024-02-14 20:31:00 +04:00
parent 4e18b1150f
commit e986fee7ee
Signed by: sako
GPG key ID: FE52FD65B76E4751

View file

@ -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";
}; };
}; };