nix/home/packages.nix

86 lines
1.3 KiB
Nix
Raw Normal View History

2022-02-27 20:57:58 +00:00
{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
cmus
colmena
darktable
dex
dracula-theme
du-dust
discord
# etcher
ffmpeg
fossil
freetube
fwts
git-credential-gopass
# glfw-wayland
gopass-jsonapi
hyperfine
ink
josm
kde-gtk-config
mkpasswd
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
phinger-cursors
polymc
python39Packages.grip
python39Packages.pyxdg
rbw
rnix-lsp
rustscan
senpai
shellcheck
statix
stylua
sumneko-lua-language-server
taskell
tokei
vieb
waterfox.waterfox-bin
wdisplays
wget
yt-dlp
ytfzf
zk
zulip-term
zulip
];
2022-02-07 01:21:35 +00:00
}