blob: 119df22504db38882992fc74c9d7a0f775bb1caa (
plain) (
tree)
|
|
{config, ...}: {
home = {
sessionVariables = {
WALLPAPER = "${config.home.homeDirectory}/media/pictures/wallpaper";
};
file = {
wallpaper = {
source = ./abstract-nord.png;
target = "media/pictures/wallpaper";
};
};
};
}
|