{ pkgs, ... }: { imports = [ ./bat.nix ./bottom.nix ./direnv.nix ./eza.nix ./fastfetch.nix ./fzf.nix ./git.nix ./readline.nix ./ssh.nix ./starship.nix ]; home.packages = with pkgs; [ rclone git-sync du-dust ]; programs = { bash.enable = true; fish.enable = true; fd.enable = true; jq.enable = true; nix-index.enable = true; ripgrep.enable = true; }; }