{pkgs, ...}: { imports = [ ./git.nix ./neovim ./starship.nix ./vim.nix ]; home.packages = with pkgs; [ alejandra bat clang deadnix eclint exa fd gh lld rclone restic ripgrep statix ]; xdg.enable = true; }