diff options
| author | Silas Schöffel <sils@sils.li> | 2026-06-23 03:04:26 +0200 |
|---|---|---|
| committer | Silas Schöffel <sils@sils.li> | 2026-06-23 03:04:26 +0200 |
| commit | 5a8634feb12859638df4cfa1673e5e1f149c5a1f (patch) | |
| tree | df5c2e14c5a5a0809e8d857939dedfe6e5687636 /modules/hm/jaki/yt-dlp.nix | |
| parent | treewide: rename paths to jaki (diff) | |
| download | nix-config-5a8634feb12859638df4cfa1673e5e1f149c5a1f.zip | |
treewide: rename all options to jaki
Diffstat (limited to '')
| -rw-r--r-- | modules/hm/jaki/yt-dlp.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/hm/jaki/yt-dlp.nix b/modules/hm/jaki/yt-dlp.nix index 6b3d66c..e979446 100644 --- a/modules/hm/jaki/yt-dlp.nix +++ b/modules/hm/jaki/yt-dlp.nix @@ -3,9 +3,9 @@ lib, ... }: let - cfg = config.sils.yt-dlp; + cfg = config.jaki.yt-dlp; in { - options.sils.yt-dlp.enable = lib.mkEnableOption "yt-dlp"; + options.jaki.yt-dlp.enable = lib.mkEnableOption "yt-dlp"; config = lib.mkIf cfg.enable { programs.yt-dlp.enable = true; }; |
