dotfiles/modules/wallpaper.nix

11 lines
78 B
Nix
Raw Normal View History

2025-09-09 23:49:00 +02:00
{ pkgs
2025-09-09 22:06:57 +02:00
, inputs
, ...
2025-09-09 21:20:12 +02:00
}:
{
2025-09-09 22:06:57 +02:00
programs.mpvpaper = {
enable = true;
2025-09-09 20:49:56 +02:00
};
}