diff --git a/modules/services/random-background.nix b/modules/services/random-background.nix index cbec97ae7..885574aff 100644 --- a/modules/services/random-background.nix +++ b/modules/services/random-background.nix @@ -22,7 +22,17 @@ in options = { services.random-background = { - enable = mkEnableOption "random desktop background"; + enable = mkEnableOption "" // { + description = '' + Whether to enable random desktop background. + + Note, if you are using NixOS and have set up a custom + desktop manager session for Home Manager, then the session + configuration must have the + option set to true or the background + image set by this module may be overwritten. + ''; + }; imageDirectory = mkOption { type = types.str;