From 06279869e7a26dc91ca3e3abb84a3508d7f977cb 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"; };