From 1017642795eb398881eff78a822621f2d2a93be7 Mon Sep 17 00:00:00 2001 From: Vivian Date: Mon, 25 Mar 2024 10:35:49 +0100 Subject: [PATCH] fix module --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 3f3dd50..6dd6af1 100644 --- a/flake.nix +++ b/flake.nix @@ -72,7 +72,7 @@ enable = mkEnableOption "gnome-autounlock.keyring"; target = mkOption { - type = str; + type = types.str; default = "graphical-session.target"; example = "hyprland-session.target"; };