X-Git-Url: https://gitweb.ps.run/flake_thinkpad/blobdiff_plain/985038c0947bffc23ee6a9509911a599dd13ae62..6971b205f6732330b38e2417f529f6344b5e44c3:/configuration.nix diff --git a/configuration.nix b/configuration.nix index 21a6ccf..73a06b4 100644 --- a/configuration.nix +++ b/configuration.nix @@ -183,14 +183,15 @@ in systemd.user.services.plasma-i3wm = { wantedBy = [ "plasma-workspace-x11.target" ]; - description = "Launch Plasma with i3"; 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" ]; systemd.user.services.plasma-kwin_x11.enable = false; services.autorandr = { @@ -359,6 +360,7 @@ in }; users = { "ps" = import ./home-ps.nix; + "root" = { home.stateVersion = "24.05"; }; }; sharedModules = [ (import ./home-common.nix)