diff options
author | jjanzen <jjanzen@jjanzen.ca> | 2025-03-08 16:57:01 -0600 |
---|---|---|
committer | jjanzen <jjanzen@jjanzen.ca> | 2025-03-08 16:57:01 -0600 |
commit | 35e9245577f91692c575748c622c65d289519ce1 (patch) | |
tree | 4f97d5ecebd22f9c420f848885326b8d759d272c /macos.local/flake/home/scripts/core.nix.org | |
parent | 96c0592f432198619ed5c55d6735e197724f6f18 (diff) |
system changes
Diffstat (limited to 'macos.local/flake/home/scripts/core.nix.org')
-rw-r--r-- | macos.local/flake/home/scripts/core.nix.org | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/macos.local/flake/home/scripts/core.nix.org b/macos.local/flake/home/scripts/core.nix.org index f3fd314..47bad2b 100644 --- a/macos.local/flake/home/scripts/core.nix.org +++ b/macos.local/flake/home/scripts/core.nix.org @@ -22,6 +22,10 @@ Import various scripts useful on my system. executable = true; source = ./manage-system; }; + "./.local/bin/yt-to-rss" = { + executable = true; + source = ./yt-to-rss; + }; }; } #+end_src |