2024-05-11 14:05:45 +00:00

10 lines
104 B
Nix

{
imports = [
./git.nix
./zsh.nix
./direnv.nix
];
programs.starship.enable = true;
}