Attempt to re-add sway-session systemd target
diff --git a/src/apps/personal/sway.nix b/src/apps/personal/sway.nix
index 08b26b5..8d25d74 100644
--- a/src/apps/personal/sway.nix
+++ b/src/apps/personal/sway.nix
@@ -10,11 +10,11 @@
wl-clipboard
];
-/* systemd.user.targets.sway-session = {
+ systemd.user.targets.sway-session = {
description = "Sway compositor session";
documentation = [ "man:systemd.special(7)" ];
bindsTo = [ "graphical-session.target" ];
wants = [ "graphical-session-pre.target" ];
after = [ "graphical-session-pre.target" ];
- };*/
+ };
}
\ No newline at end of file