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 | |
parent | 52472fbfe9963cab1c8e3f6f382fe0d421457666 (diff) |
Added mpv and yt-dlp
Diffstat (limited to 'home-config')
-rw-r--r-- | home-config/home-configuration.scm | 1 | ||||
-rw-r--r-- | home-config/nix-home-manager/home.nix | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/home-config/home-configuration.scm b/home-config/home-configuration.scm index 3b0cd58..22a9399 100644 --- a/home-config/home-configuration.scm +++ b/home-config/home-configuration.scm | |||
@@ -74,6 +74,7 @@ | |||
74 | "python-lsp-server" | 74 | "python-lsp-server" |
75 | "kdenlive" | 75 | "kdenlive" |
76 | "sqlite" | 76 | "sqlite" |
77 | "mpv" | ||
77 | "git")) | 78 | "git")) |
78 | (list my-neovim))) | 79 | (list my-neovim))) |
79 | 80 | ||
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 |