1 2 3 4 5 6 7
{ config, lib, pkgs, inputs, user, hostname, secrets, ... }: { home.packages = with pkgs; [ #jetbrains.idea-community #qtcreator ]; }