# Apps profile: GUI and personal applications, plus gaming. Opt-in per machine. { pkgs, ... }: { programs.steam.enable = true; # Firefox (with its prefs) is owned by the shared desktop profile. environment.systemPackages = with pkgs; [ itch ]; users.users.henz.packages = with pkgs; [ discord vlc gimp inkscape darktable protonmail-desktop # media tooling imagemagick ffmpeg flatpak # TUI apps newsboat castero ]; }