38 lines
570 B
Nix
38 lines
570 B
Nix
|
{pkgs, ...}: {
|
||
|
environment.systemPackages = with pkgs; [
|
||
|
bitwarden
|
||
|
# 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
|
||
|
|
||
|
tildefriends
|
||
|
];
|
||
|
}
|