fix: rename module descriptions

This commit is contained in:
2026-05-22 11:50:01 +02:00
parent bd8a8f7942
commit a0f4edf5da
3 changed files with 4 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ let
in
{
options.ai-tools.tirith = {
enable = lib.mkEnableOption "tirith shell security guard";
enable = lib.mkEnableOption "tirith";
};
config = lib.mkMerge [

View File

@@ -3,10 +3,10 @@
{
options.cloud = {
azure = {
enable = lib.mkEnableOption "azure CLI";
enable = lib.mkEnableOption "Azure CLI";
};
hetzner = {
enable = lib.mkEnableOption "hetzner CLI";
enable = lib.mkEnableOption "Hetzner CLI";
};
};

View File

@@ -10,7 +10,7 @@ let
in
{
options.torrenting = {
enable = lib.mkEnableOption "transmission torrent client";
enable = lib.mkEnableOption "torrenting";
};
config = lib.mkIf cfg.enable {