This commit is contained in:
Sakooooo 2024-02-14 20:32:01 +04:00
parent 136d8231cb
commit b30b0ac25d
Signed by: sako
GPG key ID: FE52FD65B76E4751

View file

@ -4,6 +4,7 @@
config,
lib,
pkgs,
types,
inputs,
...
}:
@ -27,7 +28,7 @@ in {
enable = mkEnableOption false;
daemon = mkEnableOption true;
package = mkOption {
type = pkg;
type = types.package;
default = pkgs.emacs-unstable;
description = "pkgs. followed by the name of the emacs overlay package";
};