oh my god
This commit is contained in:
parent
5633409f59
commit
772067d065
1 changed files with 1 additions and 2 deletions
|
@ -4,7 +4,6 @@
|
|||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
types,
|
||||
inputs,
|
||||
...
|
||||
}:
|
||||
|
@ -28,7 +27,7 @@ in {
|
|||
enable = mkEnableOption false;
|
||||
daemon = mkEnableOption true;
|
||||
package = mkOption {
|
||||
type = types.package;
|
||||
type = with types; package;
|
||||
default = pkgs.emacs-unstable;
|
||||
description = "pkgs. followed by the name of the emacs overlay package";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue