From 7f2da3f7cf6efc27ba6ea44f92ea3f2c608da3d2 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Sun, 29 Jun 2025 11:31:07 -0400 Subject: add fingerprint --- modules/options.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules') 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."; }; -- cgit v1.2.3-freya