fix module
This commit is contained in:
parent
048a68c029
commit
06279869e7
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@
|
||||||
enable = mkEnableOption "gnome-autounlock.keyring";
|
enable = mkEnableOption "gnome-autounlock.keyring";
|
||||||
|
|
||||||
target = mkOption {
|
target = mkOption {
|
||||||
type = str;
|
type = types.str;
|
||||||
default = "graphical-session.target";
|
default = "graphical-session.target";
|
||||||
example = "hyprland-session.target";
|
example = "hyprland-session.target";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue