This commit is contained in:
Lucy von Overheidt 2025-09-09 23:49:00 +02:00
parent 7dd32c7a17
commit 1a4ef774e4
13 changed files with 26 additions and 140 deletions

View file

@ -1,13 +1,8 @@
{ config
, pkgs
, lib
{ pkgs
, inputs
, ...
}:
let
wallpapers = inputs.self.packages.${pkgs.system}.wallpapers;
in
{
programs.mpvpaper = {
enable = true;