- systemd.user.services.plasma-i3wm = {
- wantedBy = [ "plasma-workspace-x11.target" ];
- before = [ "plasma-workspace-x11.target" ];
- description = "Launch Plasma with i3";
- environment = lib.mkForce {};
- serviceConfig = {
- ExecStart = "${pkgs.i3}/bin/i3";
- Restart = "on-failure";
- };
- };
- # systemd.user.services.plasma-workspace-x11.after = [ "plasma-i3wm.target" ];