diff options
-rw-r--r-- | modules/home-manager.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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; | |||
6 | options = { | 6 | options = { |
7 | home-manager.enableSystemd = mkOption { | 7 | home-manager.enableSystemd = mkOption { |
8 | type = types.bool; | 8 | type = types.bool; |
9 | default = false; | 9 | default = true; |
10 | example = true; | 10 | example = true; |
11 | }; | 11 | }; |
12 | }; | 12 | }; |