summaryrefslogtreecommitdiffstats
path: root/modules/device.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/device.nix')
-rw-r--r--modules/device.nix1
1 files changed, 1 insertions, 0 deletions
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"];};
};
}