flake: bump inputs
This commit is contained in:
parent
2b91b38312
commit
59c92e40ea
5 changed files with 31 additions and 27 deletions
|
@ -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;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue