about summary refs log tree commit diff stats
path: root/modules
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-08-21 15:18:34 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-08-21 15:25:24 +0200
commit145cc8ec9354443744dfff8d05e966a8bc9b9294 (patch)
tree165de498b138b9721d61512d64acd9ec70efb3cc /modules
parentfeat(home/yt): Init config files (diff)
downloadnixos-config-145cc8ec9354443744dfff8d05e966a8bc9b9294.tar.gz
nixos-config-145cc8ec9354443744dfff8d05e966a8bc9b9294.zip
feat(pkgs/lm): Init and use in pkgs
Diffstat (limited to 'modules')
-rw-r--r--modules/home/pkgs/default.nix9
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).
     ];