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.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; [
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue