From 41bc635a6f58dff4f00c4d9cb88774ceaff2846e Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Fri, 19 Nov 2021 20:07:36 -0500 Subject: [PATCH] swp --- hosts/thick.nix | 2 -- hosts/thin.nix | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/hosts/thick.nix b/hosts/thick.nix index a9e0cf0..b129cf4 100644 --- a/hosts/thick.nix +++ b/hosts/thick.nix @@ -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; diff --git a/hosts/thin.nix b/hosts/thin.nix index c2c5de1..a6fc389 100644 --- a/hosts/thin.nix +++ b/hosts/thin.nix @@ -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;