use amd's drm-next branch

This commit is contained in:
Kopatz
2025-03-15 13:45:24 +01:00
parent 454533160c
commit 7d3f9b37a0
7 changed files with 113 additions and 38 deletions

View File

@@ -16,7 +16,7 @@ in {
dedicatedServer.openFirewall =
true; # Open ports in the firewall for Source Dedicated Server
gamescopeSession.enable = true;
extraCompatPackages = with pkgs; [ proton-ge-bin ];
extraCompatPackages = with pkgs; [ proton-ge-bin steamtinkerlaunch ];
};
programs.gamemode = {
enable = true;

View File

@@ -12,9 +12,10 @@ in {
config = lib.mkIf cfg.enable {
services = {
displayManager = {
sddm.enable = true;
sddm.theme = "${pkgs.sddm-astronaut}";
displayManager.sddm = {
enable = true;
theme = "${pkgs.sddm-astronaut}";
#wayland.enable = true;
#sddm.theme = "breeze";
};
};