X-Git-Url: https://gitweb.ps.run/flake_thinkpad/blobdiff_plain/ac72bd3ed5bd39a5c77b43469a5274dad9a7ef95..32df65dc7b376bdd96168a4e9f098ff60f276a3d:/configuration.nix diff --git a/configuration.nix b/configuration.nix index 4a277d1..99cd8be 100644 --- a/configuration.nix +++ b/configuration.nix @@ -131,6 +131,9 @@ in displayManager = { defaultSession = "xfce+i3"; }; + desktopManager = { + plasma6.enable = true; + }; xserver = { enable = true; @@ -162,7 +165,6 @@ in noDesktop = true; enableXfwm = false; }; - plasma6.enable = true; }; windowManager.i3.enable = true; windowManager.awesome.enable = true; @@ -181,7 +183,8 @@ in systemd.user.services.plasma-i3wm = { wantedBy = [ "plasma-workspace-x11.target" ]; - description = "Launch Plasma with i3wm."; + # before = [ "plasma-workspace-x11.target" ]; + description = "Launch Plasma with i3"; environment = lib.mkForce {}; serviceConfig = { ExecStart = "${pkgs.i3}/bin/i3"; @@ -356,8 +359,12 @@ in inherit wallpaper; }; users = { - "ps" = import ./home.nix; + "ps" = import ./home-ps.nix; + "root" = { home.stateVersion = "24.05"; }; }; + sharedModules = [ + (import ./home-common.nix) + ]; }; # Enable automatic login for the user. @@ -389,6 +396,8 @@ in entr asciinema asciinema-agg shellify + deno + typst scrcpy