{pkgs, ...}: { # Important packages for everything environment.systemPackages = with pkgs; [ git htop tree curl wget docker ncdu unzip # General rclone nextcloud-client # School / University miktex # Latex # Coding vscode mission-center # Task manager # Local AI ollama-rocm # ROCM for AMD GPU acceleration lmstudio # Proton proton-pass protonvpn-gui proton-authenticator protonmail-desktop # Proton/Wine for Gaming and running .exe wineWowPackages.stable winetricks protonup-qt lutris bottles vulkan-tools bottles ]; # Activating steam programs.steam = { enable = true; gamescopeSession.enable = true; }; }