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