From 80b2a5ed2cf30c66ec75480c24c53c7b329c3381 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 2 May 2023 17:50:50 -0700 Subject: profiles/hardware: create a few profiles related to hardware --- profiles/hardware/xps9300.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 profiles/hardware/xps9300.nix (limited to 'profiles/hardware/xps9300.nix') diff --git a/profiles/hardware/xps9300.nix b/profiles/hardware/xps9300.nix new file mode 100644 index 0000000..3e58c88 --- /dev/null +++ b/profiles/hardware/xps9300.nix @@ -0,0 +1,12 @@ +{ ... }: +{ + imports = [ + ./intel.nix + ]; + + boot.kernelParams = [ "mem_sleep_default=deep" ]; + + networking.wireless.iwd.enable = true; + hardware.bluetooth.enable = true; + services.blueman.enable = true; +} -- cgit v1.2.3