nix/home/packages.nix

99 lines
1.4 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
2022-03-03 23:29:07 +00:00
clipman
cloudflared
2022-02-27 20:57:58 +00:00
colmena
darktable
dex
dracula-theme
du-dust
discord
# etcher
ffmpeg
fossil
freetube
fwts
git-credential-gopass
# glfw-wayland
2022-03-03 23:29:07 +00:00
gnuplot
2022-02-27 20:57:58 +00:00
gopass-jsonapi
2022-03-03 23:29:07 +00:00
sway-contrib.grimshot
2022-02-27 20:57:58 +00:00
hyperfine
ink
josm
kde-gtk-config
2022-03-03 23:29:07 +00:00
krita
lutris
2022-02-27 20:57:58 +00:00
mkpasswd
my-pkgs.taskwarrior-tui
my-pkgs.sway-launcher-desktop
2022-03-03 23:29:07 +00:00
(nerdfonts.override {
fonts = [
"FiraCode"
"FiraMono"
"Lekton"
"RobotoMono"
"SpaceMono"
"VictorMono"
];
})
2022-02-27 20:57:58 +00:00
nixgl.nixGLIntel
nixpkgs-update
nvfetcher
page
persepolis
phinger-cursors
polymc
2022-03-03 23:29:07 +00:00
proton-caller
protontricks
protonup
2022-02-27 20:57:58 +00:00
python39Packages.grip
python39Packages.pyxdg
2022-03-03 23:29:07 +00:00
quickemu
2022-02-27 20:57:58 +00:00
rbw
rnix-lsp
2022-03-03 23:29:07 +00:00
rust-analyzer
2022-02-27 20:57:58 +00:00
rustscan
senpai
shellcheck
statix
2022-03-03 23:29:07 +00:00
# steam
2022-02-27 20:57:58 +00:00
stylua
sumneko-lua-language-server
taskell
tokei
vieb
waterfox.waterfox-bin
wdisplays
2022-03-03 23:29:07 +00:00
wev
wezterm
2022-02-27 20:57:58 +00:00
wget
2022-03-03 23:29:07 +00:00
wlogout
2022-02-27 20:57:58 +00:00
yt-dlp
ytfzf
zk
zulip-term
zulip
];
2022-02-07 01:21:35 +00:00
}