flake: bump inputs

This commit is contained in:
514fpv 2024-08-28 22:15:58 +08:00
parent 7d054bcfe6
commit 07e04137bf
Signed by: koishi
SSH key fingerprint: SHA256:2jRvFSzG5UeUlQ3WxZ2sbUOfo5wNKzv1fZsk/FexKjQ
5 changed files with 31 additions and 27 deletions

View file

@ -65,12 +65,14 @@ in {
# override greetd theme
programs.regreet = mkIf cfg.enable {
theme = {
inherit (cfg.gtk) name package;
};
cursorTheme = {
inherit (cfg.cursor) name package;
};
settings = {
background.path = ./solid.png;
GTK = {
theme_name = cfg.gtk.name;
cursor_theme_name = cfg.cursor.name;
};
};
};
};