{pkgs, ...}: { # Important packages for everything environment.systemPackages = with pkgs; [ git htop tree curl wget docker ncdu unzip # General rclone nextcloud-client spotify gimp # Image editing kdePackages.kcalc # calculator # Chats whatsapp-electron signal-desktop threema-desktop discord # School / University miktex # Latex tipp10 # 10 Finger tipping learn libreoffice # 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 vulkan-tools bottles bubblewrap ]; # Activating steam programs.steam = { enable = true; gamescopeSession.enable = true; extraCompatPackages = with pkgs; [ proton-ge-bin ]; }; }