nix/home/packages.nix

114 lines
1.8 KiB
Nix

{pkgs, inputs, ...}: let
myPythonPackages = python-packages:
with python-packages; [
grip
nose
nose2
pandas
pdftotext
pyflakes
pygments
pygobject3
pytest
pyxdg
pyyaml
tkinter
];
python-custom = pkgs.python310.withPackages myPythonPackages;
in {
home.packages = with pkgs; [
inputs.espanso-nixpkgs.legacyPackages.x86_64-linux.espanso
age-plugin-yubikey
alejandra
any-nix-shell
atomicparsley
bitwarden-cli
brightnessctl
btop
btrfs-progs
buku
bukubrow
cargo
ccid
clipman
cmus
colmena
dex
discord
# (discord.override {withOpenASAR = true;})
dxvk
editorconfig-core-c
element-desktop-wayland
factorio-experimental
fd
ffmpeg
fossil
fzf
gitFull
gnupg
graphviz
grapejuice
gnuplot
html-tidy
josm
kde-gtk-config
kdenlive
libappindicator
libappindicator-gtk3
libqalculate
mindustry
minetest
(mumble.override {pipewireSupport = true;})
# my-pkgs.olympus
my-pkgs.pywalfox
my-pkgs.tokyo-night-gtk
nb
nixfmt
nyxt
obsidian
okular
pavucontrol
pcmanfm
pinentry
pipenv
playerctl
premid
prismlauncher
proton-caller
protontricks
pulseaudio-ctl
pyright
python-custom
pywal
qemu
quickemu
rbw
remind
rsync
rustc
rust-analyzer
shellcheck
sumneko-lua-language-server
sway-contrib.grimshot
sway-launcher-desktop
taskwarrior-tui
ueberzug
viewnior
wget
whalebird
which
wezterm
wireless-regdb
wirelesstools
wl-clipboard
wlogout
wyrd
xdg-utils
xorg.setxkbmap
yt-dlp
ytfzf
yubikey-agent
zotero
zulip
];
}