From 72310d4047e7ecf7b441422210189325080c6477 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Wed, 27 Oct 2021 15:12:16 +0200 Subject: [PATCH] home: do not restart services automatically Turns out it is *not* ideal when modifying my WM configuration in any way... Having i3 restart due to changing a keybinding is not great. This reverts commit 6bec62073bda8204e6eb38b60c1d729363a1c623. --- home/default.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/home/default.nix b/home/default.nix index b88dfed..e68c53b 100644 --- a/home/default.nix +++ b/home/default.nix @@ -40,7 +40,4 @@ # Who am I? home.username = "ambroisie"; - - # Start services automatically - systemd.user.startServices = "sd-switch"; }