{pkgs, ...}: let hakase-terminal-launch = pkgs.writeShellScriptBin "hakase-terminal-launch" '' ''; in { home.packages = [ hakase-terminal-launch ]; }