nixos-config/common/tasia-packages.nix
2024-04-22 04:21:07 +02:00

61 lines
828 B
Nix

{pkgs, ...}: {
environment.systemPackages = with pkgs; [
bitwarden
nextdns
# android-tools
gocryptfs
#endless-sky
#gnucash
# obs-studio
# kdenlive
rustc
cargo
nodejs
rpi-imager
# wireshark
# appimage-run
#ssb-patchwork
simplex-chat-desktop
#android-studio
#swig
picard
kleopatra
qbittorrent
tor-browser
protonvpn-gui
# radicle-cli
# opensnitch-ui
yarn
nodePackages.node-gyp
nodePackages.node-pre-gyp
# superTuxKart
openssl
# qgis
helix
holehe
smartmontools
cheat
lazygit
ripgrep
jq
yq
neofetch
tldr
bat
dust
powertop
fzf
atuin
zellij
eza
lapce
gotty
gping
yazi
vulnix # once im on stable
tildefriends
];
}