Fix rssVideos service
This commit is contained in:
parent
d73fc4cb57
commit
0a625ad6a9
1 changed files with 10 additions and 1 deletions
|
@ -1,4 +1,10 @@
|
||||||
{ ... }:
|
{
|
||||||
|
config,
|
||||||
|
...
|
||||||
|
}:
|
||||||
|
let
|
||||||
|
hostConfig = config;
|
||||||
|
in
|
||||||
{
|
{
|
||||||
config.home-manager.users.geoffrey =
|
config.home-manager.users.geoffrey =
|
||||||
{
|
{
|
||||||
|
@ -15,6 +21,9 @@
|
||||||
ExecStart = lib.getExe (
|
ExecStart = lib.getExe (
|
||||||
pkgs.writeShellApplication {
|
pkgs.writeShellApplication {
|
||||||
name = "rss_videos_download";
|
name = "rss_videos_download";
|
||||||
|
runtimeInputs = with pkgs; [
|
||||||
|
hostConfig.nix.package
|
||||||
|
];
|
||||||
text = ''
|
text = ''
|
||||||
${config.home.homeDirectory}/.config/dotfiles/hm/scripts/rssVideos download
|
${config.home.homeDirectory}/.config/dotfiles/hm/scripts/rssVideos download
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue