mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-04-19 18:19:12 +00:00
profiles/dev: add moar and dasel
This commit is contained in:
parent
1b013b2246
commit
16086329cf
@ -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`.
|
||||||
|
Loading…
Reference in New Issue
Block a user