diff options
author | lassulus <lass@lassul.us> | 2017-04-19 10:20:34 +0200 |
---|---|---|
committer | lassulus <lass@lassul.us> | 2017-04-19 10:20:34 +0200 |
commit | d05b989095acf4fd872c955b274a60a9621cd6ec (patch) | |
tree | 363a90f4e2fa2c94978d441a96b22f1b4b415443 /krebs/3modules/realwallpaper.nix | |
parent | d40738d41573eca83d7e84f8a9946f8d8441a0d0 (diff) |
k 3 realwallpaper: graphs.r -> graph.r
Diffstat (limited to 'krebs/3modules/realwallpaper.nix')
-rw-r--r-- | krebs/3modules/realwallpaper.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/krebs/3modules/realwallpaper.nix b/krebs/3modules/realwallpaper.nix index 1e7a9faae..044811c7d 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 { |