profiles/dev: add moar and dasel

This commit is contained in:
Gabriel Arazas 2023-05-27 17:47:16 +08:00
parent 1b013b2246
commit 16086329cf
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -15,13 +15,15 @@ in {
config = lib.mkIf cfg.enable (lib.mkMerge [ config = lib.mkIf cfg.enable (lib.mkMerge [
({ ({
home.packages = with pkgs; [ home.packages = with pkgs; [
lazygit # Git interface for the lazy who cannot be asked to add hunks properly. dasel # Universal version of jq.
fzf # A fuzzy finder that enables fuzzy finding not furry finding, a common misconception. fzf # A fuzzy finder that enables fuzzy finding not furry finding, a common misconception.
gopass # An improved version of the password manager for hipsters. gopass # An improved version of the password manager for hipsters.
perl534Packages.vidir # Bulk rename for your organizing needs in the terminal. lazygit # Git interface for the lazy who cannot be asked to add hunks properly.
zellij # A modern tmux? Yeah, modern tmux.
tealdeer # An easy cop-out for basic help.
lf # File manager in the terminal, really. lf # File manager in the terminal, really.
moar # More 'more'.
perl534Packages.vidir # Bulk rename for your organizing needs in the terminal.
tealdeer # An easy cop-out for basic help.
zellij # A modern tmux? Yeah, modern tmux.
# Coreutils replacement. # Coreutils replacement.
fd # Oh nice, a more reliable `find`. fd # Oh nice, a more reliable `find`.