fix module

This commit is contained in:
Vivian 2024-03-25 10:35:49 +01:00
parent 048a68c029
commit 06279869e7

View file

@ -72,7 +72,7 @@
enable = mkEnableOption "gnome-autounlock.keyring";
target = mkOption {
type = str;
type = types.str;
default = "graphical-session.target";
example = "hyprland-session.target";
};