configurations: update

This commit is contained in:
2023-09-25 23:17:21 +02:00
parent 261cd611b4
commit 42fff539c7
3 changed files with 7 additions and 1 deletions
+5
View File
@@ -46,7 +46,12 @@ in
environment.plasma5.excludePackages = with pkgs; [ libsForQt5.kwallet libsForQt5.kwalletmanager libsForQt5.kwallet-pam ]; environment.plasma5.excludePackages = with pkgs; [ libsForQt5.kwallet libsForQt5.kwalletmanager libsForQt5.kwallet-pam ];
environment.variables = { environment.variables = {
# Old fix for black cursor on amdgpu, seems to work fine now
#KWIN_DRM_NO_AMS = "1"; #KWIN_DRM_NO_AMS = "1";
#Fix fo amdgpu crashes
KWIN_DRM_USE_MODIFIERS="0";
KWIN_DRM_NO_DIRECT_SCANOUT="1";
}; };
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
+1 -1
View File
@@ -74,7 +74,7 @@
alsa.enable = true; alsa.enable = true;
alsa.support32Bit = true; alsa.support32Bit = true;
pulse.enable = true; pulse.enable = true;
systemWide = true; systemWide = false;
# If you want to use JACK applications, uncomment this # If you want to use JACK applications, uncomment this
jack.enable = true; jack.enable = true;
}; };
@@ -67,6 +67,7 @@ let
pkgs.jbig2enc pkgs.jbig2enc
pkgs.jbig2dec pkgs.jbig2dec
pkgs.vivaldi pkgs.vivaldi
pkgs.steamtinkerlaunch
] ++ config.materus.profile.packages.list.fonts; ] ++ config.materus.profile.packages.list.fonts;