]> gitweb.ps.run Git - flake_thinkpad/blobdiff - configuration.nix
update
[flake_thinkpad] / configuration.nix
index 21a6ccf9c70731f583baff18a1bea9a5d9fc0c7c..ae7d07e82a2d789ef5e8dd09d12dd5a4a7ad6fa3 100644 (file)
@@ -184,13 +184,14 @@ in
   systemd.user.services.plasma-i3wm = {
     wantedBy = [ "plasma-workspace-x11.target" ];
     description = "Launch Plasma with i3";
   systemd.user.services.plasma-i3wm = {
     wantedBy = [ "plasma-workspace-x11.target" ];
     description = "Launch Plasma with i3";
-    before = [ "plasma-workspace-x11.target" ];
+    #before = [ "plasma-workspace-x11.target" ];
     environment = lib.mkForce {};
     serviceConfig = {
       ExecStart = "${pkgs.i3}/bin/i3";
       Restart = "on-failure";
     };
   };
     environment = lib.mkForce {};
     serviceConfig = {
       ExecStart = "${pkgs.i3}/bin/i3";
       Restart = "on-failure";
     };
   };
+  systemd.user.services.plasma-workspace-x11.after = [ "plasma-i3wm.target" ];
   systemd.user.services.plasma-kwin_x11.enable = false;
 
   services.autorandr = {
   systemd.user.services.plasma-kwin_x11.enable = false;
 
   services.autorandr = {