diff options
author | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-05-29 01:32:56 -0400 |
---|---|---|
committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-05-29 01:39:21 -0400 |
commit | dd7a86f85112b6a5ab2a3ed5d0779244d380fdba (patch) | |
tree | 68a1d3dcca8fdba047dad3c4a8acbd10ef2429a1 /home-config/nix-home-manager | |
parent | 52472fbfe9963cab1c8e3f6f382fe0d421457666 (diff) |
Added mpv and yt-dlp
Diffstat (limited to 'home-config/nix-home-manager')
-rw-r--r-- | home-config/nix-home-manager/home.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home-config/nix-home-manager/home.nix b/home-config/nix-home-manager/home.nix index 39a8c0e..d883f04 100644 --- a/home-config/nix-home-manager/home.nix +++ b/home-config/nix-home-manager/home.nix | |||
@@ -34,6 +34,7 @@ | |||
34 | noto-fonts | 34 | noto-fonts |
35 | noto-fonts-cjk | 35 | noto-fonts-cjk |
36 | noto-fonts-emoji | 36 | noto-fonts-emoji |
37 | yt-dlp | ||
37 | 38 | ||
38 | # # It is sometimes useful to fine-tune packages, for example, by applying | 39 | # # It is sometimes useful to fine-tune packages, for example, by applying |
39 | # # overrides. You can do that directly here, just don't forget the | 40 | # # overrides. You can do that directly here, just don't forget the |