diff --git a/configurations/host/materusPC/kde.nix b/configurations/host/materusPC/kde.nix index cbf2fd9..0264722 100644 --- a/configurations/host/materusPC/kde.nix +++ b/configurations/host/materusPC/kde.nix @@ -46,7 +46,12 @@ in environment.plasma5.excludePackages = with pkgs; [ libsForQt5.kwallet libsForQt5.kwalletmanager libsForQt5.kwallet-pam ]; environment.variables = { + # Old fix for black cursor on amdgpu, seems to work fine now #KWIN_DRM_NO_AMS = "1"; + + #Fix fo amdgpu crashes + KWIN_DRM_USE_MODIFIERS="0"; + KWIN_DRM_NO_DIRECT_SCANOUT="1"; }; environment.systemPackages = with pkgs; [ diff --git a/configurations/host/materusPC/tmp.nix b/configurations/host/materusPC/tmp.nix index 12b81ab..28c0a2b 100644 --- a/configurations/host/materusPC/tmp.nix +++ b/configurations/host/materusPC/tmp.nix @@ -74,7 +74,7 @@ alsa.enable = true; alsa.support32Bit = true; pulse.enable = true; - systemWide = true; + systemWide = false; # If you want to use JACK applications, uncomment this jack.enable = true; }; diff --git a/configurations/profile/os/games/steam.nix b/configurations/profile/os/games/steam.nix index 956d034..137658a 100644 --- a/configurations/profile/os/games/steam.nix +++ b/configurations/profile/os/games/steam.nix @@ -67,6 +67,7 @@ let pkgs.jbig2enc pkgs.jbig2dec pkgs.vivaldi + pkgs.steamtinkerlaunch ] ++ config.materus.profile.packages.list.fonts;