mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-12 01:37:53 +08:00
swp
This commit is contained in:
parent
11f007b868
commit
41bc635a6f
2 changed files with 1 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue