From b7657ab2acd981ba7f0dbc28e6c3f174c8ab9412 Mon Sep 17 00:00:00 2001 From: Stefan Ellmauthaler Date: Mon, 17 Jul 2023 08:32:42 +0200 Subject: [PATCH] Set xdg background image --- users/ellmau/graphical.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/users/ellmau/graphical.nix b/users/ellmau/graphical.nix index 1a67ca4..e11438f 100644 --- a/users/ellmau/graphical.nix +++ b/users/ellmau/graphical.nix @@ -16,5 +16,6 @@ with lib; { gtk.enable = true; home.file.".background-image".source = ../../common/wallpaper/nix-wallpaper-nineish-dark-gray.png; home.file.".background-image.png".source = ../../common/wallpaper/nix-wallpaper-nineish-dark-gray.png; + xdg.configFile."background.png".source = ../../common/wallpaper/nix-wallpaper-nineish-dark-gray.png; }; }