diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2022-05-13 08:55:21 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2022-05-13 08:55:21 +0200 |
commit | c4b323d77c1f34b294406052d598c6a37a045765 (patch) | |
tree | 8c91d1086af742f16d63e4d693ad8c69e72eacb8 /modules | |
parent | 8399e42819e43611cd39663f28adfd80151c86f0 (diff) | |
download | nixos-c4b323d77c1f34b294406052d598c6a37a045765.tar nixos-c4b323d77c1f34b294406052d598c6a37a045765.tar.gz nixos-c4b323d77c1f34b294406052d598c6a37a045765.tar.bz2 nixos-c4b323d77c1f34b294406052d598c6a37a045765.tar.xz nixos-c4b323d77c1f34b294406052d598c6a37a045765.zip |
...
Diffstat (limited to 'modules')
-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 | }; |