summaryrefslogtreecommitdiffstats
path: root/lass/2configs/fetchWallpaper.nix
blob: effbd6c8556bc538da14c0be25dc6f40ce23455b (plain)
1
2
3
4
5
6
7
8
9
10
11
{ config, pkgs, ... }:

let

in {
  lass.fetchWallpaper = {
    enable = true;
    url = "echelon/wallpaper.png";
  };
}