Files
dotfiles/home/natto/pkgs.nix
2022-11-05 17:50:14 +05:30

99 lines
1.6 KiB
Nix

{ config, pkgs, ... }:
{
home.packages = with pkgs; [
ffmpeg-full
sox
rage
curl
pamixer
mpdas
pavucontrol
(xfce.thunar.override {
thunarPlugins = with xfce; [
thunar-media-tags-plugin
thunar-volman
thunar-archive-plugin
];
})
xfce.xfconf
xfce.tumbler
(master.discord.override {
nss = nss_latest;
})
mpd_discord_richpresence
sox
qbittorrent
mpc_cli
hexchat
luajit
mpv
jmtpfs
dunst
flameshot
yt-dlp
xclip
xorg.xkbcomp
xorg.xmodmap
p7zip
unrar
glxinfo
sxiv
vim
feh
dmenu
st
neofetch
xmobar
xdotool
arc-theme
arc-icon-theme
tor-browser-bundle-bin
wineWowPackages.stable
master.winetricks
games.wine-discord-ipc-bridge
(games.osu-stable.overrideAttrs (_: {
tricks = [ "gdiplus" "dotnet48" "meiryo" ];
}))
pmidi
# dosbox
rust-analyzer
authy
(master.tauon.override { withDiscordRPC = true; })
nbfc-linux
pulseaudio
(texlive.combine {
inherit (texlive)
scheme-small
babel
lm
graphics-def
url
mhchem
wrapfig
capt-of
minted
fvextra
xstring
catchfile
framed
upquote
tcolorbox;
})
anki-bin
spotify
teams
(qjackctl.override { jackSession = true; })
neomutt
mailcap
betterdiscordctl
python3Packages.pygments
calibre
noisetorch
customscripts
tlauncher
lutris
gnome.zenity
imagemagick
];
}