stockholm/lass/2configs/fetchWallpaper.nix

12 lines
157 B
Nix
Raw Normal View History

2015-12-12 17:27:17 +00:00
{ config, pkgs, ... }:
let
in {
krebs.fetchWallpaper = {
2015-12-12 17:27:17 +00:00
enable = true;
2023-06-03 20:10:25 +00:00
url = "http://wallpaper.r/realwallpaper-krebs-stars-berlin.png";
2015-12-12 17:27:17 +00:00
};
}