nix/home/packages.nix
2022-02-20 14:45:46 -05:00

86 lines
1.3 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
# glfw
glfw-wayland
gopass-jsonapi
gotests
hyperfine
josm
my-pkgs.taskwarrior-tui
my-pkgs.sway-launcher-desktop
(
nerdfonts.override {
fonts = [
"FiraCode"
"FiraMono"
"Lekton"
"RobotoMono"
"SpaceMono"
"VictorMono"
];
}
)
nixgl.nixGLIntel
nixpkgs-update
nvfetcher
page
persepolis
rbw
rnix-lsp
senpai
shellcheck
statix
stylua
sumneko-lua-language-server
taskell
tokei
vieb
waterfox.waterfox-bin
wdisplays
wget
yt-dlp
ytfzf
zk
zulip-term
zulip
];
}