[Desktop] Enable all plasma5 options + driSupport

This commit is contained in:
Antoine Viallon 2022-01-25 12:02:02 +01:00
parent 0fa2154a12
commit f4c1a39c8c
Signed by: aviallon
GPG key ID: 186FC35EDEB25716

View file

@ -103,7 +103,12 @@ in {
# Enable the Plasma 5 Desktop Environment.
services.xserver.displayManager.sddm.enable = true;
services.xserver.desktopManager.plasma5.enable = true;
services.xserver.desktopManager.plasma5 = {
enable = true;
runUsingSystemd = true;
useQtScaling = true;
supportDDC = true;
};
boot.plymouth.enable = mkDefault true;
boot.kernelParams = [ "quiet" "splash" "udev.log_level=3" ];
@ -148,6 +153,10 @@ in {
# Enable touchpad support (enabled default in most desktopManager).
services.xserver.libinput.enable = true;
hardware.opengl.driSupport = true;
# For 32 bit applications
hardware.opengl.driSupport32Bit = true;
programs.gnupg.agent.pinentryFlavor = "qt";
environment.systemPackages = with pkgs; with libsForQt5; [