From c4b323d77c1f34b294406052d598c6a37a045765 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Fri, 13 May 2022 08:55:21 +0200 Subject: ... --- modules/home-manager.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/home-manager.nix b/modules/home-manager.nix index 9c259381..ebe3e153 100644 --- a/modules/home-manager.nix +++ b/modules/home-manager.nix @@ -6,7 +6,7 @@ with lib; options = { home-manager.enableSystemd = mkOption { type = types.bool; - default = false; + default = true; example = true; }; }; -- cgit v1.2.3