ctucx.git: nixfiles

ctucx' nixfiles

commit d61f009bac1427444e958c846c74b8ccae95d0ab
parent ff203d60021a00b3926d7a4eedb69053eaff97d0
Author: Leah (ctucx) <leah@ctu.cx>
Date: Sat, 9 Oct 2021 20:42:38 +0200

programs/sway: restart blueman-applet systemd-service on start
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/configurations/programs/sway.nix b/configurations/programs/sway.nix
@@ -50,6 +50,7 @@
 
         exec_always 'systemctl --user restart mako'
         exec_always 'systemctl --user restart waybar'
+        exec_always 'systemctl --user restart blueman-applet'
         exec_always 'systemctl --user restart gpg-agent'
       '';