nvm
This commit is contained in:
parent
51f46858fe
commit
4e18b1150f
1 changed files with 1 additions and 3 deletions
|
@ -22,14 +22,12 @@ with lib; let
|
|||
epkgs.exwm
|
||||
];
|
||||
};
|
||||
|
||||
emacsType = "pkgs.*";
|
||||
in {
|
||||
options.modules.dev.editors.emacs = {
|
||||
enable = mkEnableOption false;
|
||||
daemon = mkEnableOption true;
|
||||
type = mkOption {
|
||||
type = emacsType;
|
||||
type = with types; str;
|
||||
default = "pkgs.emacs-unstable";
|
||||
description = "pkgs. followed by the name of the emacs overlay package";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue