dotfiles/modules/wallpaper.nix
Lucy von Overheidt a2890ed58a meowmeow
2025-09-12 20:53:18 +02:00

17 lines
199 B
Nix

{
pkgs,
inputs,
...
}:
{
programs.wpaperd = {
enable = true;
settings = {
eDP-1 = {
path = ../assets/wp6553608.jpg;
apply-shadow = true;
};
};
};
}