aboutsummaryrefslogtreecommitdiff
path: root/profiles/hardware/xps9300.nix
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/hardware/xps9300.nix')
-rw-r--r--profiles/hardware/xps9300.nix12
1 files changed, 12 insertions, 0 deletions
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;
+}