nixos: improve many 'enable' descriptions

This commit is contained in:
Bjørn Forsman
2023-10-18 14:08:30 +02:00
parent 34852ddf5e
commit a29010fe79
108 changed files with 113 additions and 111 deletions

View File

@@ -11,7 +11,7 @@ in {
};
options = {
programs.geary.enable = mkEnableOption (lib.mdDoc "Geary, a Mail client for GNOME 3");
programs.geary.enable = mkEnableOption (lib.mdDoc "Geary, a Mail client for GNOME");
};
config = mkIf cfg.enable {