27 Jan 2024 |
K900 |  Download Screenshot_20240127_184146.png | 15:41:52 |
K900 | Literally did absolutely nothing special | 15:42:05 |
K900 | Just install from Steam, double click, log into the launcher, click play | 15:42:22 |
K900 | And it just runs | 15:42:46 |
K900 | Susge | 15:42:47 |
x10an14 | I'm done rebooting and testing Divinity Original Sin 2 DE - no change from previously reported error(sľ | 15:44:00 |
x10an14 | *error(s) | 15:44:06 |
x10an14 | Testing BG3 after some shader pre-compilation | 15:44:24 |
x10an14 | In reply to @x10an14:matrix.org Testing BG3 after some shader pre-compilation Still "Failed to collect displays" | 15:44:57 |
K900 | I wonder if it has something to do with the actual displays at this point | 15:46:16 |
K900 | Is this X or Wayland? | 15:46:24 |
K900 | What compositor if Wayland? | 15:46:28 |
x10an14 | Sway | 15:46:31 |
x10an14 | Wlroots | 15:46:35 |
K900 | Try not Sway? | 15:46:46 |
K900 | I'm on Plasma 6 as you can probably guess | 15:47:01 |
x10an14 | Let me find the required config for kde/plasma 6 then | 15:48:35 |
K900 | https://github.com/nix-community/kde2nix/ | 15:49:55 |
K900 | Not in nixpkgs yet because it's RC1 | 15:49:59 |
K900 | RC2 in a few days, and I'll probably PR it as soon as that drops | 15:50:13 |
K900 | So we can merge on release day | 15:50:21 |
x10an14 | Should i reboot after this?
diff --git a/flake.nix b/flake.nix
index 248ffef..87b3749 100644
--- a/flake.nix
+++ b/flake.nix
@@ -18,6 +18,11 @@
url = "sourcehut:~x10an14/x10s-flake-templates";
inputs.nixpkgs.follows = "nixpkgs";
};
+
+ kde2nix = {
+ url = "github:nix-community/kde2nix";
+ inputs.nixpkgs.follows = "nixpkgs";
+ };
};
outputs = inputs @ {self, ...}: let
diff --git a/lib/nixos-configurations.nix b/lib/nixos-configurations.nix
index f7b975a..129924f 100644
--- a/lib/nixos-configurations.nix
+++ b/lib/nixos-configurations.nix
@@ -83,6 +83,7 @@
networking.hostName = hostname;
}
(../nixos/machine-configs + "/${hostname}")
+ inputs.kde2nix.nixosModules.plasma6
]
++ systemConfig.modules;
};
diff --git a/nixos/machine-configs/home-desktop/default.nix b/nixos/machine-configs/home-desktop/default.nix
index 6c3f063..3016d7c 100644
--- a/nixos/machine-configs/home-desktop/default.nix
+++ b/nixos/machine-configs/home-desktop/default.nix
@@ -17,6 +17,9 @@
};
};
+ # Testing for games compatiblity
+ services.xserver.desktopManager.plasma6.enable = true;
+
# Allow SSH connections during boot to utilize ethernet network card
boot.initrd = {
kernelModules = ["amdgpu" "atlantic" "igb"]; # User https://askubuntu.com/a/216117 to find module to load =)
| 15:55:41 |
K900 | I'd probably nixos-rebuild boot and reboot, yeah | 15:56:19 |
x10an14 | What's the start command when I log into a tty? Or does this include something like sddm? | 15:58:05 |
x10an14 | I see from your inline flake.nix test that it doesn't include something like sddm | 15:58:55 |
x10an14 | In reply to @x10an14:matrix.org What's the start command when I log into a tty? Or does this include something like sddm? Found this https://community.kde.org/KWin/Wayland#Start_a_Plasma_session_on_Wayland | 16:02:18 |
x10an14 | Just awaiting the nix build to finish now, then I'll reboot as suggested and try to start plasma6 instead of sway | 16:03:21 |
K900 | It should just be startplasma-wayland | 16:04:46 |
x10an14 | Is GDB necessary for plasma6 build? Or is it maybe just test? | 16:13:35 |
x10an14 |  Download 2024-01-27T17:12:59,957996789+01:00.png | 16:13:44 |