forked from poz/niksos
change the foot server option to mkEnableOption
This commit is contained in:
parent
dd078d9c07
commit
a12810417c
1 changed files with 1 additions and 5 deletions
|
@ -10,11 +10,7 @@
|
|||
in {
|
||||
options.myOptions.programs.foot = {
|
||||
enable = mkEnableOption "foot";
|
||||
server = mkOption {
|
||||
description = "enable foot server mode";
|
||||
default = true;
|
||||
type = types.bool;
|
||||
};
|
||||
server = mkEnableOption "foot server mode";
|
||||
};
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
|
|
Loading…
Reference in a new issue