diff --git a/config/etc/sway/config.nix b/config/etc/sway/config.nix index fa56607..c7a3c0a 100644 --- a/config/etc/sway/config.nix +++ b/config/etc/sway/config.nix @@ -68,7 +68,7 @@ pkgs.writeText "config" '' ### Output configuration # # Default wallpaper - output * bg ${../../../assets/mount3.jpg} fill + output * bg /persist/data/wallpaper.jpg fill #output eDP-1 scale 1.5 # # Example configuration: diff --git a/services/desktop.nix b/services/desktop.nix index 3f6afec..4123a2b 100644 --- a/services/desktop.nix +++ b/services/desktop.nix @@ -42,6 +42,11 @@ in regreet = { enable = true; settings = { + background = { + path = "/persist/data/wallpaper.jpg"; + # Available values: "Fill", "Contain", "Cover", "ScaleDown" + fit = "Fill"; + }; GTK = { application_prefer_dark_theme = true; theme_name = lib.mkForce "Kanagawa-BL";