From 67747a98bb3a07f289c4bcb935874bb779d84c7a Mon Sep 17 00:00:00 2001 From: notohh Date: Mon, 30 Jan 2023 08:21:33 -0500 Subject: [PATCH] chore: start systemd service --- modules/home/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/home.nix b/modules/home/home.nix index 0e13540..c53cbf9 100755 --- a/modules/home/home.nix +++ b/modules/home/home.nix @@ -5,7 +5,7 @@ imports = [ ./gtk/default.nix ]; - + systemd.user.startServices = "sd-switch"; programs.home-manager.enable = true; home = {