about summary refs log tree commit diff
path: root/users
diff options
context:
space:
mode:
Diffstat (limited to 'users')
-rw-r--r--users/fcuny/cli/default.nix1
-rw-r--r--users/fcuny/cli/yt-dlp.nix9
l---------users/fcuny/configs/yt-dlp1
3 files changed, 11 insertions, 0 deletions
diff --git a/users/fcuny/cli/default.nix b/users/fcuny/cli/default.nix
index ff2b89f..a3a62e2 100644
--- a/users/fcuny/cli/default.nix
+++ b/users/fcuny/cli/default.nix
@@ -5,6 +5,7 @@
     ./git.nix
     ./go.nix
     ./tmux.nix
+    ./yt-dlp.nix
     ./zsh.nix
   ];
 
diff --git a/users/fcuny/cli/yt-dlp.nix b/users/fcuny/cli/yt-dlp.nix
new file mode 100644
index 0000000..8e9cd9c
--- /dev/null
+++ b/users/fcuny/cli/yt-dlp.nix
@@ -0,0 +1,9 @@
+{ config, lib, pkgs, ... }:
+
+{
+  xdg.configFile."yt-dlp/config".source = ../configs/yt-dlp/config;
+
+  home.packages = with pkgs; [
+    unstable.yt-dlp
+  ];
+}
diff --git a/users/fcuny/configs/yt-dlp b/users/fcuny/configs/yt-dlp
new file mode 120000
index 0000000..df49e30
--- /dev/null
+++ b/users/fcuny/configs/yt-dlp
@@ -0,0 +1 @@
+/home/fcuny/workspace/linux-desktop/config/yt-dlp
\ No newline at end of file