added documentation for the modules

This commit is contained in:
2025-10-15 12:37:27 +02:00
parent 570bec37ed
commit 82206e38ba
7 changed files with 533 additions and 90 deletions

View File

@@ -2,14 +2,9 @@
lib,
config,
pkgs,
inputs,
...
}:
{
imports = [
inputs.zen-browser.homeModules.beta
];
options = {
modules.utilities.enable = lib.mkEnableOption "utilities";
};