Update regreet settings

This commit is contained in:
2026-01-23 09:48:56 +00:00
parent 4286f74af8
commit 4375c0629b

View File

@@ -38,7 +38,10 @@ in {
settings = {
GTK.application_prefer_dark_theme = true;
appearance.greeting_msg = "Hello ${username}, welcome back to '${config.networking.hostName}'!";
background.path = theme.wallpaper;
background = {
path = theme.wallpaper;
fit = "Cover";
};
};
};
hyprland = {