fix module

This commit is contained in:
Vivian 2024-03-25 10:35:49 +01:00
parent 9f4244b900
commit 1017642795

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";
};