mirror of
https://github.com/Cian-H/My_NixOS_Config.git
synced 2026-01-28 21:22:27 +00:00
Update regreet settings
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user