mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-17 13:08:19 -04:00
10 lines
104 B
Nix
10 lines
104 B
Nix
{
|
|
imports = [
|
|
./git.nix
|
|
./zsh.nix
|
|
./direnv.nix
|
|
];
|
|
|
|
programs.starship.enable = true;
|
|
}
|