diff --git a/curacao/rssVideos.nix b/curacao/rssVideos.nix index bb4dd43..ba709e9 100644 --- a/curacao/rssVideos.nix +++ b/curacao/rssVideos.nix @@ -1,4 +1,10 @@ -{ ... }: +{ + config, + ... +}: +let + hostConfig = config; +in { config.home-manager.users.geoffrey = { @@ -15,6 +21,9 @@ ExecStart = lib.getExe ( pkgs.writeShellApplication { name = "rss_videos_download"; + runtimeInputs = with pkgs; [ + hostConfig.nix.package + ]; text = '' ${config.home.homeDirectory}/.config/dotfiles/hm/scripts/rssVideos download '';