{ pkgs, inputs, lib, ... }: with lib; { home.packages = with pkgs; [ # Terminal stuff duf ffmpeg ripgrep-all unzip # Fonts #nerdfonts noto-fonts-cjk-sans noto-fonts-cjk-serif tibetan-machine # Browsers amfora # Media ani-cli audacity plexamp plex-desktop spicetify-cli spotify pavucontrol # Volume control # Social vesktop # Discord alternative that works well with wayland element-desktop signal-desktop-bin # Misc bitwarden-desktop gplates libnotify nextcloud-client onlyoffice-desktopeditors scrcpy syncthing watchmate inputs.zen-browser.packages.${system}.default inputs.pumo-system-info.packages.${system}.default inputs.quickshell.packages.${system}.default # Games atlauncher heroic openmw openttd-jgrpp moonlight-qt # Gnome stuff gnome-tweaks gnomeExtensions.docker gnomeExtensions.syncthing-indicator gnomeExtensions.tray-icons-reloaded gthumb # Graphics inkscape gimp gimpPlugins.gmic # Dev devenv dive # A tool for exploring each layer in a docker image grype # Vulnerability scanner for container images and filesystems tectonic # better LaTeX engine zeal ## LSP servers bash-language-server docker-language-server kdePackages.qtdeclarative # For QML LSP nil # Nix python3 # for Emacs and LSP yaml-language-server # Yaml (Docker, GitHub Actions, ...) ]; }