1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-08 19:46:05 +01:00

hyprlock: update example config

Some breaking changes from upstream

Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
Austin Horstman 2025-07-26 16:56:06 -05:00
parent e88671567b
commit 0daef6fbe0

View file

@ -59,10 +59,20 @@ in
example = lib.literalExpression '' example = lib.literalExpression ''
{ {
general = { general = {
disable_loading_bar = true;
grace = 300;
hide_cursor = true; hide_cursor = true;
no_fade_in = false; ignore_empty_input = true;
};
animations = {
enabled = true;
fade_in = {
duration = 300;
bezier = "easeOutQuint";
};
fade_out = {
duration = 300;
bezier = "easeOutQuint";
};
}; };
background = [ background = [