stockholm/lass/2configs/fetchWallpaper.nix

12 lines
144 B
Nix
Raw Normal View History

2015-12-12 18:27:17 +01:00
{ config, pkgs, ... }:
let
in {
krebs.fetchWallpaper = {
2015-12-12 18:27:17 +01:00
enable = true;
2021-10-25 20:05:17 +02:00
url = "prism/realwallpaper-krebs-stars-berlin.png";
2015-12-12 18:27:17 +01:00
};
}