diff options
| author | Jon Santmyer <jon@jonsantmyer.com> | 2026-01-31 15:09:18 -0500 |
|---|---|---|
| committer | Jon Santmyer <jon@jonsantmyer.com> | 2026-01-31 15:09:18 -0500 |
| commit | a05421b0e4d18c29c9358cd89bea9a61d77d2147 (patch) | |
| tree | a260a42eded599e1fb34ea84fbf931f61352cb60 /modules/device.nix | |
| parent | 968c8b2ad3459c9834c3d4ccb799031f9be5b6ca (diff) | |
| download | nix-config-a05421b0e4d18c29c9358cd89bea9a61d77d2147.tar.gz nix-config-a05421b0e4d18c29c9358cd89bea9a61d77d2147.tar.bz2 nix-config-a05421b0e4d18c29c9358cd89bea9a61d77d2147.zip | |
laptop updates 2026-01-31
Diffstat (limited to 'modules/device.nix')
| -rw-r--r-- | modules/device.nix | 1 |
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"];}; }; } |
