60 lines
797 B
Nix
60 lines
797 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
|
|
|
|
tildefriends
|
|
];
|
|
}
|