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 =
|
||||
{
|
||||
|
@ -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
|
||||
'';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue