From a05421b0e4d18c29c9358cd89bea9a61d77d2147 Mon Sep 17 00:00:00 2001 From: Jon Santmyer Date: Sat, 31 Jan 2026 15:09:18 -0500 Subject: laptop updates 2026-01-31 --- modules/device.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/device.nix') diff --git a/modules/device.nix b/modules/device.nix index acf9eb5..fbf4d95 100644 --- a/modules/device.nix +++ b/modules/device.nix @@ -11,6 +11,7 @@ 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"];}; }; } -- cgit v1.2.3