summaryrefslogtreecommitdiff
path: root/modules/options.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/options.nix')
-rw-r--r--modules/options.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/options.nix b/modules/options.nix
index 10af3e5..4c083ca 100644
--- a/modules/options.nix
+++ b/modules/options.nix
@@ -217,6 +217,9 @@ in {
bluetooth = mkEnableOption {
description = "Install bluetooth system services and programs.";
};
+ fingerprint = mkEnableOption {
+ description = "Install fingerprint system services and programs.";
+ };
network = mkEnableOption {
description = "Install networking system services and programs.";
};