nix/home/packages.nix
2022-05-13 22:01:25 -04:00

123 lines
1.9 KiB
Nix

{pkgs, ...}: let
myPythonPackages = python-packages:
with python-packages; [
black
grip
isort
nose
nose2
poetry
pyflakes
pygobject3
pytest
pyxdg
tkinter
];
python-custom = pkgs.python3.withPackages myPythonPackages;
in {
home.packages = with pkgs; [
age-plugin-yubikey
alejandra
any-nix-shell
atomicparsley
bitwarden-cli
blueman
bluezFull
btrfs-progs
buku
bukubrow
cargo
ccid
clipman
cmake
cmus
dex
discord
dxvk
editorconfig-core-c
element-desktop-wayland
emacs-all-the-icons-fonts
fd
ffmpeg
# freetube
fzf
gnupg
graphviz
greetd.greetd
greetd.tuigreet
gnuplot
html-tidy
input-fonts
josm
kde-gtk-config
kdeconnect
libappindicator
libappindicator-gtk3
libqalculate
libsForQt5.kguiaddons
libsForQt5.polkit-kde-agent
my-pkgs.nerdfont-symbols
my-pkgs.taskwarrior-tui
my-pkgs.tokyo-night-gtk
networkmanager_dmenu
nixgl.nixGLIntel
nixfmt
nodePackages.stylelint
nodePackages.js-beautify
nyxt
obsidian
pcmanfm
pcsclite
pcsclite.bin
pipenv
playerctl
proton-caller
protontricks
python-custom
qemu
quickemu
rbw
remind
ripgrep
ripgrep-all
rsync
rustc
rust-analyzer
shellcheck
sumneko-lua-language-server
steam
steam-run
steam-run-native
# sway-contrib.grimshot
sway-launcher-desktop
tailscale
ueberzug
unifont
unifont_upper
viewnior
wget
which
wireless-regdb
wirelesstools
wl-clipboard
wlogout
wyrd
xarchiver
xdg-desktop-portal-wlr
xdg-utils
yt-dlp
ytfzf
zulip
(nerdfonts.override {
fonts = [
"3270"
"FiraCode"
"FiraMono"
"Lekton"
"RobotoMono"
"SpaceMono"
"VictorMono"
];
})
];
}