{ ... }: { lux.helium = { homeManager = { pkgs, ... }: { home.packages = [ (pkgs.callPackage ../../programs/helium.nix { }) ]; }; }; }