l 2: add fetchWallpaper.nix

This commit is contained in:
lassulus 2015-12-12 18:27:17 +01:00
parent e5d46002e5
commit bd25fd61c8

View File

@ -0,0 +1,11 @@
{ config, pkgs, ... }:
let
in {
lass.fetchWallpaper = {
enable = true;
url = "echelon/wallpaper.png";
};
}