diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/home/pkgs/default.nix | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/modules/home/pkgs/default.nix b/modules/home/pkgs/default.nix index e4c62b73..4121337c 100644 --- a/modules/home/pkgs/default.nix +++ b/modules/home/pkgs/default.nix @@ -121,13 +121,7 @@ with pkgs; let YouTube = [ yti # Wrapper around `yt-dlp`. - ytcc # Command line tool to keep track of your favorite playlists on YouTube and many other places. - comments # Display comments of the currently playing video. - description # Display the description of the currently playing video. - - yt.ytc # Download and watch a video from YouTube. - yt.yts # Select videos from the subscribed channels to watch. - yt.yt # Combination of `ytc` and `yts` that selects _and_ downloads videos. + yt # A command line YouTube client ]; Listen = [ @@ -189,6 +183,7 @@ with pkgs; let fzf # used to quickly move around with its keybindings file # Show information about a file ll # Wrapper around `lf` to automatically change the path + lm # Wrapper around `ll` to automatically cd to the last accessed path show # Wrapper around `less` to show a file (similar to the `cat <FILE>` pattern). ]; |