{ pkgs, ... }:
{
programs.adb.enable = true;
environment.systemPackages = with pkgs; [
(callPackage ./cura57.nix { })
neovim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
digikam
insomnia
discord
tdesktop
direnv
qutebrowser
screen
floorp
opera
qmk
chromium
kate
okular
kdenlive
spectacle
emacs
nodejs_18
python3
jdk17
yakuake
wget
ripgrep
git
docker-compose
audacity
blender
clipgrab
dmidecode
ffmpeg
freecad
gimp
htop
jpegoptim
killall
libreoffice
libwebp
lmms
mediainfo
mpv
nextcloud-client
obs-studio
openjdk
pass
pinentry
prismlauncher
qbittorrent
qdirstat
rofi
rofi-pass
skypeforlinux
sshpass
syncthing
telegram-desktop
tokodon
usbutils
ventoy
whois
wl-clipboard
xclip
xorg.xinit
xorg.xorgserver
];
}