summaryrefslogtreecommitdiffstats
path: root/modules/device.nix
diff options
context:
space:
mode:
authorJon Santmyer <jon@jonsantmyer.com>2026-01-31 15:11:10 -0500
committerJon Santmyer <jon@jonsantmyer.com>2026-01-31 15:11:10 -0500
commit40c65ac3e6226dcf5c834c0ba2447df1bd0ca37d (patch)
treee6778270b06aba249a2a42a8fa7b4af018da6132 /modules/device.nix
parentf061e0b0c7ed745f372a89d5ec5f69dbd818c731 (diff)
parenta05421b0e4d18c29c9358cd89bea9a61d77d2147 (diff)
downloadnix-config-40c65ac3e6226dcf5c834c0ba2447df1bd0ca37d.tar.gz
nix-config-40c65ac3e6226dcf5c834c0ba2447df1bd0ca37d.tar.bz2
nix-config-40c65ac3e6226dcf5c834c0ba2447df1bd0ca37d.zip
Merge branch 'master' of ssh://git.jonsantmyer.com:49/home/git/nix-configHEADmaster
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"];};
};
}