{ system-config, pkgs, lib, ... }: { home.packages = let common = with pkgs; [ gcc gnumake git pulsemixer pavucontrol playerctl nh wl-clipboard xdg-utils hyprshot obsidian vlc keepassxc ncspot btop htop ]; gaming = with pkgs; [ prismlauncher lutris ]; in common ++ (lib.optionals system-config.gaming.enable gaming); }