summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2025-06-29 11:31:07 -0400
committerFreya Murphy <freya@freyacat.org>2025-06-29 11:31:07 -0400
commit7f2da3f7cf6efc27ba6ea44f92ea3f2c608da3d2 (patch)
tree50d5bd234c554b68164248eb4ac834f3a25fdb48 /modules
parentreenable tinternet, make wg-quick vpns not autostart (diff)
downloaddotfiles-nix-7f2da3f7cf6efc27ba6ea44f92ea3f2c608da3d2.tar.gz
dotfiles-nix-7f2da3f7cf6efc27ba6ea44f92ea3f2c608da3d2.tar.bz2
dotfiles-nix-7f2da3f7cf6efc27ba6ea44f92ea3f2c608da3d2.zip
add fingerprint
Diffstat (limited to '')
-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.";
};