Update zen
This commit is contained in:
parent
029a7b86d7
commit
b5f4e15db8
3 changed files with 3 additions and 14 deletions
|
|
@ -14,22 +14,11 @@
|
|||
type = lib.types.bool;
|
||||
description = "Enables the zen browser";
|
||||
};
|
||||
optimization = lib.mkOption {
|
||||
default = "specific";
|
||||
example = "generic";
|
||||
type =
|
||||
with lib.types;
|
||||
(enum [
|
||||
"specific"
|
||||
"generic"
|
||||
]);
|
||||
description = "Enables the zen browser";
|
||||
};
|
||||
# TODO configure zen
|
||||
};
|
||||
config = lib.mkIf config.mods.browser.zen.enable (
|
||||
lib.optionalAttrs (options ? home.packages) {
|
||||
home.packages = [ inputs.zen-browser.packages."${system}".${config.mods.browser.zen.optimization} ];
|
||||
home.packages = [ inputs.zen-browser.packages."${system}".default ];
|
||||
}
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue