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
|
epkgs.exwm
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
emacsType = "pkgs.*";
|
|
||||||
in {
|
in {
|
||||||
options.modules.dev.editors.emacs = {
|
options.modules.dev.editors.emacs = {
|
||||||
enable = mkEnableOption false;
|
enable = mkEnableOption false;
|
||||||
daemon = mkEnableOption true;
|
daemon = mkEnableOption true;
|
||||||
type = mkOption {
|
type = mkOption {
|
||||||
type = emacsType;
|
type = with types; str;
|
||||||
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";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue