blob: dafeb4a8ef58ed841df52d04247e087f0e7476c1 [file] [log] [blame]
{pkgs, ...}: {
home.home = {
packages = [pkgs.feh];
file.".xmonad/background.png".source = ./feh/background.png;
};
}