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,32 +2,9 @@
lib,
config,
pkgs,
inputs,
system,
...
}:
let
configHome = "${config.home.homeDirectory}/.config/dotfiles/homes/quirinecker";
providerOptions = {
desktopapplications = "Desktop application launcher";
files = "File search and management";
clipboard = "Clipboard history management";
runner = "Command runner";
symbols = "Symbols and emojis";
calc = "Calculator and unit conversion";
menus = "Custom menu system";
providerlist = "Provider listing and management";
websearch = "Web search integration";
todo = "Todo list";
unicode = "Unicode symbol search";
bluetooth = "Basic Bluetooth management";
};
in
{
imports = [
inputs.walker.homeManagerModules.walker
];
options = {
modules.walker.enable = lib.mkEnableOption "walker";
};