From 145cc8ec9354443744dfff8d05e966a8bc9b9294 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Wed, 21 Aug 2024 15:18:34 +0200 Subject: feat(pkgs/lm): Init and use in pkgs --- modules/home/pkgs/default.nix | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'modules') 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 ` pattern). ]; -- cgit 1.4.1