9 lines
87 B
Nix
9 lines
87 B
Nix
{
|
|
imports = [
|
|
./git.nix
|
|
./zsh.nix
|
|
];
|
|
|
|
programs.starship.enable = true;
|
|
}
|