From 2ea5db7f5d23edb609823c4e3279f980389885cd Mon Sep 17 00:00:00 2001 From: Jon Santmyer Date: Sat, 29 Aug 2026 10:29:26 -0400 Subject: laptop changes 2026-08-29 --- modules/device.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/device.nix') diff --git a/modules/device.nix b/modules/device.nix index fbf4d95..e46e4fa 100644 --- a/modules/device.nix +++ b/modules/device.nix @@ -10,8 +10,8 @@ gpu = lib.mkOption {type = lib.types.enum ["intel" "nvidia"];}; drive = lib.mkOption {type = lib.types.enum ["ssd" "nvme"];}; - hasBluetooth = lib.mkOption {type = lib.types.bool;}; - hasPrinter = lib.mkOption { type = lib.types.bool; }; - displayProtocol = lib.mkOption {type = lib.types.enum ["xserver" "wayland"];}; + hasBluetooth = lib.mkOption {type = lib.types.bool; default = true; }; + hasPrinter = lib.mkOption { type = lib.types.bool; default = true; }; + displayProtocol = lib.mkOption {type = lib.types.enum ["xserver" "wayland"]; default = "wayland"; }; }; } -- cgit v1.2.3