From ad9ab630b8a296ab98e4f8c832033d9e23391d68 Mon Sep 17 00:00:00 2001 From: Nickiel12 Date: Mon, 25 Dec 2023 18:51:00 -0800 Subject: [PATCH] moved options to shared config --- hosts/desktop/default.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/hosts/desktop/default.nix b/hosts/desktop/default.nix index cf7a6e3..fa17d1e 100644 --- a/hosts/desktop/default.nix +++ b/hosts/desktop/default.nix @@ -1,4 +1,4 @@ -{ config, user, ... }: +{ config, ... }: { @@ -46,8 +46,6 @@ # Optionally, you may need to select the appropriate driver version for your specific GPU. hardware.nvidia.package = config.boot.kernelPackages.nvidiaPackages.stable; hardware.nvidia.modesetting.enable = true; - - hardware.bluetooth.enable = true; environment.sessionVariables = { # Resolves jellyfin black screen under hyprland