summaryrefslogtreecommitdiffstats
path: root/krebs/3modules/realwallpaper.nix
diff options
context:
space:
mode:
authorlassulus <lass@lassul.us>2017-04-19 10:20:34 +0200
committerlassulus <lass@lassul.us>2017-04-19 10:20:34 +0200
commitd05b989095acf4fd872c955b274a60a9621cd6ec (patch)
tree363a90f4e2fa2c94978d441a96b22f1b4b415443 /krebs/3modules/realwallpaper.nix
parentd40738d41573eca83d7e84f8a9946f8d8441a0d0 (diff)
k 3 realwallpaper: graphs.r -> graph.r
Diffstat (limited to 'krebs/3modules/realwallpaper.nix')
-rw-r--r--krebs/3modules/realwallpaper.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/krebs/3modules/realwallpaper.nix b/krebs/3modules/realwallpaper.nix
index 1e7a9faa..044811c7 100644
--- a/krebs/3modules/realwallpaper.nix
+++ b/krebs/3modules/realwallpaper.nix
@@ -34,7 +34,7 @@ let
marker = mkOption {
type = types.str;
- default = "http://graphs.r/marker.json";
+ default = "http://graph.r/marker.json";
};
timerConfig = mkOption {