summaryrefslogtreecommitdiffstats
path: root/krebs/3modules/realwallpaper.nix
diff options
context:
space:
mode:
authorlassulus <lassulus@lassul.us>2021-04-27 21:40:35 +0200
committermakefu <github@syntax-fehler.de>2021-05-15 13:11:34 +0200
commit6674b6c0a98e3dbf212d5c36e6f6d7f17a4d5df5 (patch)
tree2f7ef096076e00114f8a5937da8278490190b4de /krebs/3modules/realwallpaper.nix
parent90bea335fd5edb15771df002468d0b5c50c472df (diff)
realwallpaper: move pkgs into export
Diffstat (limited to 'krebs/3modules/realwallpaper.nix')
-rw-r--r--krebs/3modules/realwallpaper.nix9
1 files changed, 0 insertions, 9 deletions
diff --git a/krebs/3modules/realwallpaper.nix b/krebs/3modules/realwallpaper.nix
index cfa8a65b..86b74a8c 100644
--- a/krebs/3modules/realwallpaper.nix
+++ b/krebs/3modules/realwallpaper.nix
@@ -42,15 +42,6 @@ let
description = "real wallpaper generator";
after = [ "network.target" ];
- path = with pkgs; [
- xplanet
- imagemagick
- inkscape
- curl
- file
- jq
- ];
-
environment = {
working_dir = cfg.workingDir;
marker_url = cfg.marker;