dotfiles/homes/floppydisk/packages.nix

128 lines
1.7 KiB
Nix
Raw Normal View History

2024-02-07 01:42:54 +00:00
{pkgs, ...}: {
home.packages = with pkgs; [
2024-02-07 01:42:54 +00:00
# utils
handbrake
thunderbird
picard
rpi-imager
obs-studio
yt-dlp
_1password-gui
_1password
git-credential-1password
firefox-devedition
rdesktop
_3llo
gimp
qemu
virt-manager
exactaudiocopy
2024-02-16 12:21:48 +00:00
abcde
2024-02-07 01:42:54 +00:00
fsv
lsd
lsdvd
thefuck
zip
unzip
notion-app-enhanced
libresprite
qbittorrent
wine
vifm
cloudflared
ansible
just
pwgen
grafx2
libreoffice-fresh
wiki-tui
calcurse
kitty
rofi
grim
wlogout
hyprpaper
2024-02-16 17:36:29 +00:00
brightnessctl
2024-02-07 01:42:54 +00:00
# fetch
neofetch
yafetch
cpufetch
bunnyfetch
nitch
screenfetch
starfetch
2024-02-07 01:42:54 +00:00
# devtools
github-desktop
gh
codeql
vscode
jetbrains.ruby-mine
jetbrains.rider
jetbrains.phpstorm
jetbrains.idea-ultimate
jetbrains.webstorm
lazygit
wakatime
mongodb-compass
mongosh
httpie
ngrok
mycli
squirrel-sql
figma-linux
2024-02-16 12:21:48 +00:00
processing
2024-02-07 01:42:54 +00:00
# langs
openscad
nodejs_18
nodePackages.yarn
nodePackages.ts-node
nodePackages.pnpm
php82
php82Packages.composer
deno
python310
python310Packages.pip
dotnet-sdk
jdk17
maven
purescript
lua
flutter
2024-02-07 01:42:54 +00:00
# comms
nheko
vesktop
caprine-bin
teamspeak5_client
2024-02-07 01:42:54 +00:00
# gaming
rpcs3
pcsxr
pcsx2
steam
gzdoom
minecraft
dolphin-emu
prismlauncher
fceux
snes9x
openrct2
osu-lazer-bin
2024-02-07 01:42:54 +00:00
# media
vlc
libsForQt5.vvave
tidal-hifi
youtube-tui
mpv
spotify
spicetify-cli
2024-02-07 01:42:54 +00:00
# zsh themes
zsh-powerlevel10k
];
}