This commit is contained in:
Lucy von Overheidt 2025-09-12 20:53:18 +02:00
parent ab7cd37efb
commit a2890ed58a
8 changed files with 163 additions and 75 deletions

View file

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