diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-08-21 15:18:34 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-08-21 15:25:24 +0200 |
commit | 145cc8ec9354443744dfff8d05e966a8bc9b9294 (patch) | |
tree | 165de498b138b9721d61512d64acd9ec70efb3cc /modules | |
parent | feat(home/yt): Init config files (diff) | |
download | nixos-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.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). ]; |