mirror of https://github.com/materusPL/Nixerus.git
configurations: update
This commit is contained in:
parent
261cd611b4
commit
42fff539c7
|
@ -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; [
|
||||
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
|
|
|
@ -67,6 +67,7 @@ let
|
|||
pkgs.jbig2enc
|
||||
pkgs.jbig2dec
|
||||
pkgs.vivaldi
|
||||
pkgs.steamtinkerlaunch
|
||||
|
||||
] ++ config.materus.profile.packages.list.fonts;
|
||||
|
||||
|
|
Loading…
Reference in New Issue