flake/common/terminal.nix

35 lines
1.6 KiB
Nix

{ config, pkgs, ... }:
{
environment.systemPackages = with pkgs; [
appimage-run # Appimage Runner
asciiquarium # Terminal Aquarium
bash-completion # Bash Autocomplete
bat # cat like concatenate or display command
btop # Resource Monitor
cbonsai # Terminal Bonsai Tree
du-dust # du command replacement
eza # ls like list command
fd # find command
feh # Image Viewer
fzf # Fuzzy Finder in GO
git # Distributed Version Control System
genact # Nonsense Activity Generator
hollywood # Hollywood Melodrama Technobabble
jq # filter data command
neo # Matrix Digital Rain
neofetch # System Information
nitch # Nim System Fetch
nix-bash-completions # Bash Autocomplete
nms # Effect from 1992 Movie Sneakers
pipes # Animated Pipes Terminal Screensaver
ranger # File Manager
ripgrep-all # search command
sd # find & replace command
shell-genie # Natural Language Shell Command AI
tealdeer # tldr command
xcowsay # Graphical Cowsay
xorg.xkill # Kill Windows w/ Mouse
zoxide # fast cd directory command
];
}