nix/home/packages.nix
2022-04-01 09:27:57 -04:00

147 lines
2.2 KiB
Nix

{pkgs, ...}:
let myPythonPackages = python-packages: with python-packages; [
# pkgs.my-nixpkgs.python3Packages.gasp
grip
pygobject3
pyxdg
tkinter
];
python-custom = pkgs.python3.withPackages myPythonPackages;
in
{
home.packages = with pkgs; [
my-pkgs.tokyo-night-gtk
age-plugin-yubikey
alejandra
aria2
atomicparsley
bandwhich
beets
bitwarden-cli
btop
bundix
buku
bukubrow
btrfs-progs
cachix
cargo-audit
cargo-bloat
cargo-cache
cargo-crev
cargo-criterion
cargo-edit
cargo-feature
cargo-outdated
cargo-tarpaulin
cargo-watch
cmus
clipman
cloudflared
colmena
copyq
darktable
dex
dracula-theme
du-dust
discord
element-desktop-wayland
# etcher
fd
ffmpeg
fluffychat
fossil
freetube
fwts
fzf
git-credential-gopass
# glfw-wayland
gnuplot
greetd.greetd
greetd.tuigreet
sway-contrib.grimshot
hyperfine
ink
input-fonts
josm
kdeconnect
kde-gtk-config
krita
libqalculate
lutris
macchina
mkpasswd
my-pkgs.taskwarrior-tui
sway-launcher-desktop
networkmanager_dmenu
(nerdfonts.override {
fonts = [
"3270"
"FiraCode"
"FiraMono"
"Lekton"
"RobotoMono"
"SpaceMono"
"VictorMono"
];
})
nixgl.nixGLIntel
nixpkgs-fmt
nixpkgs-review
nixpkgs-update
nvfetcher
nyxt
page
pcmanfm
persepolis
polymc
proton-caller
protontricks
protonup
python-custom
qemu
quickemu
rbw
ripgrep
ripgrep-all
remind
rnix-lsp
rust-analyzer
rustscan
rsync
senpai
shellcheck
statix
# steam
stylua
sumneko-lua-language-server
tailscale
taskell
texlive.combined.scheme-medium
tokei
udisks2
ueberzug
unrar
unzip
vieb
viewnior
wdisplays
wev
wezterm
wget
wl-clipboard
wlogout
which
wireless-regdb
wirelesstools
wyrd
xarchiver
xdg-desktop-portal-wlr
xdg-utils
yt-dlp
ytfzf
zip
zk
zulip-term
zulip
];
}