{ config, pkgs, ... }: {
home.stateVersion = "23.05";
imports = [
../../common/dotfiles/git.nix
../../common/dotfiles/vim.nix
];
}