!KEJUbONnoBpiYKGWEq:nixos.org

NixOS Gaming

723 Members
Gaming things, my hands are typing words.180 Servers

Load older messages


SenderMessageTime
27 Jan 2024
@k900:0upti.meK900Screenshot_20240127_184146.png
Download Screenshot_20240127_184146.png
15:41:52
@k900:0upti.meK900Literally did absolutely nothing special15:42:05
@k900:0upti.meK900Just install from Steam, double click, log into the launcher, click play15:42:22
@k900:0upti.meK900And it just runs15:42:46
@k900:0upti.meK900Susge15:42:47
@x10an14:matrix.orgx10an14I'm done rebooting and testing Divinity Original Sin 2 DE - no change from previously reported error(sľ15:44:00
@x10an14:matrix.orgx10an14*error(s) 15:44:06
@x10an14:matrix.orgx10an14Testing BG3 after some shader pre-compilation 15:44:24
@x10an14:matrix.orgx10an14
In reply to @x10an14:matrix.org
Testing BG3 after some shader pre-compilation
Still "Failed to collect displays"
15:44:57
@k900:0upti.meK900I wonder if it has something to do with the actual displays at this point15:46:16
@k900:0upti.meK900Is this X or Wayland?15:46:24
@k900:0upti.meK900What compositor if Wayland?15:46:28
@x10an14:matrix.orgx10an14Sway15:46:31
@x10an14:matrix.orgx10an14Wlroots 15:46:35
@k900:0upti.meK900Try not Sway?15:46:46
@k900:0upti.meK900I'm on Plasma 6 as you can probably guess15:47:01
@x10an14:matrix.orgx10an14Let me find the required config for kde/plasma 6 then15:48:35
@k900:0upti.meK900https://github.com/nix-community/kde2nix/15:49:55
@k900:0upti.meK900Not in nixpkgs yet because it's RC115:49:59
@k900:0upti.meK900RC2 in a few days, and I'll probably PR it as soon as that drops15:50:13
@k900:0upti.meK900So we can merge on release day15:50:21
@x10an14:matrix.orgx10an14

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:0upti.meK900 I'd probably nixos-rebuild boot and reboot, yeah 15:56:19
@x10an14:matrix.orgx10an14What's the start command when I log into a tty? Or does this include something like sddm?15:58:05
@x10an14:matrix.orgx10an14I see from your inline flake.nix test that it doesn't include something like sddm15:58:55
@x10an14:matrix.orgx10an14
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:matrix.orgx10an14Just awaiting the nix build to finish now, then I'll reboot as suggested and try to start plasma6 instead of sway16:03:21
@k900:0upti.meK900 It should just be startplasma-wayland 16:04:46
@x10an14:matrix.orgx10an14Is GDB necessary for plasma6 build? Or is it maybe just test?16:13:35
@x10an14:matrix.orgx10an142024-01-27T17:12:59,957996789+01:00.png
Download 2024-01-27T17:12:59,957996789+01:00.png
16:13:44

Show newer messages


Back to Room ListRoom Version: 6