1
0
mirror of https://github.com/ellmau/nixos.git synced 2025-12-19 09:29:36 +01:00

Set xdg background image

This commit is contained in:
Stefan Ellmauthaler 2023-07-17 08:32:42 +02:00
parent 417f88bffb
commit b7657ab2ac
Signed by: ellmau
GPG Key ID: C804A9C1B7AF8256

View File

@ -16,5 +16,6 @@ with lib; {
gtk.enable = true; gtk.enable = true;
home.file.".background-image".source = ../../common/wallpaper/nix-wallpaper-nineish-dark-gray.png; 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; 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;
}; };
} }