Comment out a broken systemd section in sway.nix
diff --git a/src/apps/personal/sway.nix b/src/apps/personal/sway.nix
index 8d25d74..08b26b5 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