{ self, pkgs, ... }: { imports = [ "${self}/users/programs/bat.nix" ]; home.packages = with pkgs; [ htop ]; home.stateVersion = "25.05"; }