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; }; }