improve zen config
This commit is contained in:
parent
7758806282
commit
6379b5e2de
2 changed files with 7 additions and 1 deletions
|
@ -5,6 +5,10 @@ let
|
|||
cfg = config.${namespace}.application.zen;
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
inputs.zen-browser.homeModules.default
|
||||
];
|
||||
|
||||
options.${namespace}.application.zen = {
|
||||
enable = mkEnableOption "enable zen";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue