summaryrefslogtreecommitdiff
path: root/modules/home-manager.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/home-manager.nix')
-rw-r--r--modules/home-manager.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/home-manager.nix b/modules/home-manager.nix
index ebe3e153..c485dd99 100644
--- a/modules/home-manager.nix
+++ b/modules/home-manager.nix
@@ -8,6 +8,9 @@ with lib;
8 type = types.bool; 8 type = types.bool;
9 default = true; 9 default = true;
10 example = true; 10 example = true;
11 description = ''
12 Are we using home-manager version that starts late as systemd user service?
13 '';
11 }; 14 };
12 }; 15 };
13} 16}