oh my god

This commit is contained in:
Sakooooo 2024-02-14 20:32:54 +04:00
parent 5633409f59
commit 772067d065
Signed by: sako
GPG key ID: FE52FD65B76E4751

View file

@ -4,7 +4,6 @@
config, config,
lib, lib,
pkgs, pkgs,
types,
inputs, inputs,
... ...
}: }:
@ -28,7 +27,7 @@ in {
enable = mkEnableOption false; enable = mkEnableOption false;
daemon = mkEnableOption true; daemon = mkEnableOption true;
package = mkOption { package = mkOption {
type = types.package; type = with 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";
}; };