aboutsummaryrefslogtreecommitdiff
path: root/nixos/modules/autounlock.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/autounlock.nix')
-rw-r--r--nixos/modules/autounlock.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/autounlock.nix b/nixos/modules/autounlock.nix
index 244dcb4..d7d6a7c 100644
--- a/nixos/modules/autounlock.nix
+++ b/nixos/modules/autounlock.nix
@@ -3,8 +3,8 @@
lib,
pkgs,
...
-}:
-with lib; let
+}: let
+ inherit (lib) mapAttrs mkOption mkIf types;
cnf = config.cynerd.autounlock;
in {
options = {