This commit is contained in:
Sridhar Ratnakumar 2021-11-19 20:07:36 -05:00
parent 11f007b868
commit 41bc635a6f
2 changed files with 1 additions and 2 deletions

View file

@ -38,8 +38,6 @@
hardware.pulseaudio.enable = true;
hardware.pulseaudio.support32Bit = true; ## If compatibility with 32-bit applications is desired.
hardware.bluetooth.enable = true;
services.xserver.videoDrivers = [ "nvidia" "intel" ];
# On KDE+nvidia, display scaling can only be set here.
services.xserver.dpi = 170;

View file

@ -31,6 +31,7 @@
hardware.pulseaudio.enable = true;
hardware.pulseaudio.support32Bit = true; ## If compatibility with 32-bit applications is desired.
hardware.bluetooth.enable = true;
# Use the systemd-boot EFI boot loader.
boot.loader.systemd-boot.enable = true;