diff options
author | Freya Murphy <freya@freyacat.org> | 2025-06-29 11:31:07 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-06-29 11:31:07 -0400 |
commit | 7f2da3f7cf6efc27ba6ea44f92ea3f2c608da3d2 (patch) | |
tree | 50d5bd234c554b68164248eb4ac834f3a25fdb48 /modules/options.nix | |
parent | reenable tinternet, make wg-quick vpns not autostart (diff) | |
download | dotfiles-nix-7f2da3f7cf6efc27ba6ea44f92ea3f2c608da3d2.tar.gz dotfiles-nix-7f2da3f7cf6efc27ba6ea44f92ea3f2c608da3d2.tar.bz2 dotfiles-nix-7f2da3f7cf6efc27ba6ea44f92ea3f2c608da3d2.zip |
add fingerprint
Diffstat (limited to 'modules/options.nix')
-rw-r--r-- | modules/options.nix | 3 |
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."; }; |