nix-config/packages/default.nix
2023-05-18 11:46:41 -04:00

69 lines
793 B
Nix

{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
pinentry-curses
wget
grim
slurp
mullvad-browser
papirus-icon-theme
mediainfo
pywal
mpc-cli
neofetch
tectonic
fdupes
anki
logseq
yt-dlp
gurk-rs
wl-clipboard
ffmpeg
siege
ponysay
lolcat
wev
figlet
gcc
httpie
cmatrix
sox
spek
p7zip
ripgrep
rsync
jq
keepassxc
exa
fd
fzf
unar
audacity
gimp
typespeed
slade
gdu
nixfmt
whois
lnch
dwt1-shell-color-scripts
dig
trashy
swaybg
brightnessctl
killall
nixos-generators
litemdview
nodejs
yarn
deno
crystal
shards
rustc
rustfmt
cargo
genact
];
}