nix/home/programs/packages.nix
2022-02-07 15:06:51 -05:00

77 lines
1.2 KiB
Nix

{ pkgs
, ...
}:
{
home.packages =
with pkgs;
[
# tessen
age-plugin-yubikey
alejandra
aria2
atomicparsley
bandwhich
bitwarden-cli
buku
bukubrow
btrfs-progs
cachix
cargo-audit
cargo-bloat
cargo-cache
cargo-crev
cargo-edit
cargo-outdated
cargo-tarpaulin
cargo-watch
chatterino2
cmus
curlie
czkawka
darktable
dex
dracula-theme
du-dust
discord
easyeffects
etcher
ffmpeg
fossil
freetube
git-credential-gopass
gopass-jsonapi
hyperfine
josm
(
nerdfonts.override {
fonts = [
"FiraCode"
"FiraMono"
"Lekton"
"RobotoMono"
"SpaceMono"
"VictorMono"
];
}
)
page
persepolis
rbw
rnix-lsp
senpai
shellcheck
statix
stylua
taskell
taskwarrior-tui
tokei
waterfox.waterfox-bin
wdisplays
wget
yt-dlp
ytfzf
zk
zulip-term
zulip
];
}