mirror of
https://github.com/Cian-H/My_NixOS_Config.git
synced 2026-08-08 12:23:22 +01:00
Update regreet settings
This commit is contained in:
@@ -38,7 +38,10 @@ in {
|
|||||||
settings = {
|
settings = {
|
||||||
GTK.application_prefer_dark_theme = true;
|
GTK.application_prefer_dark_theme = true;
|
||||||
appearance.greeting_msg = "Hello ${username}, welcome back to '${config.networking.hostName}'!";
|
appearance.greeting_msg = "Hello ${username}, welcome back to '${config.networking.hostName}'!";
|
||||||
background.path = theme.wallpaper;
|
background = {
|
||||||
|
path = theme.wallpaper;
|
||||||
|
fit = "Cover";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
hyprland = {
|
hyprland = {
|
||||||
|
|||||||
Reference in New Issue
Block a user