nix/home/programs/packages.nix
2022-02-11 13:10:00 -05:00

84 lines
1.3 KiB
Nix

{ pkgs
, ...
}:
{
home.packages =
with pkgs;
[
# tessen
nixgl.auto.nixGLDefault
# nixgl.auto.nixVulkanIntel
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
# glfw
glfw-wayland
gopass-jsonapi
gotests
hyperfine
josm
(
nerdfonts.override {
fonts = [
"FiraCode"
"FiraMono"
"Lekton"
"RobotoMono"
"SpaceMono"
"VictorMono"
];
}
)
nvfetcher
page
persepolis
rbw
rnix-lsp
senpai
shellcheck
statix
stylua
# tailscale
taskell
taskwarrior-tui
tokei
waterfox.waterfox-bin
wdisplays
wget
yt-dlp
ytfzf
zk
zulip-term
zulip
];
}