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