summaryrefslogtreecommitdiff
path: root/user-profiles/core.nix
diff options
context:
space:
mode:
Diffstat (limited to 'user-profiles/core.nix')
-rw-r--r--user-profiles/core.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/user-profiles/core.nix b/user-profiles/core.nix
index fb80343d..ff8cb9f9 100644
--- a/user-profiles/core.nix
+++ b/user-profiles/core.nix
@@ -8,6 +8,7 @@
8 config = { 8 config = {
9 manual.manpages.enable = true; 9 manual.manpages.enable = true;
10 home.stateVersion = "20.09"; 10 home.stateVersion = "20.09";
11 systemd.user.startServices = "sd-switch";
11 }; 12 };
12 }; 13 };
13} 14}