{ inputs, pkgs, ... }: { my = import ./toggles.nix { inherit inputs; }; home = { username = "carlosdaniloreyesmartinez"; homeDirectory = "/Users/carlosdaniloreyesmartinez"; packages = [ pkgs.google-cloud-sdk ]; }; programs = { starship.enable = true; kitty = { enable = true; settings.term = "xterm-256color"; shellIntegration = { enableBashIntegration = false; enableZshIntegration = true; }; }; }; }