This commit is contained in:
Richie Cahill 2024-04-17 19:20:41 -04:00
parent ee80ff285e
commit 6f4859adb1
2 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,9 @@
in { in {
imports = [ imports = [
./git.nix ./git.nix
./starship.nix
./zsh.nix ./zsh.nix
]; ];
programs.starship.enable = true;
} }

View File

@ -1,5 +1,3 @@
{ {
programs.starship = { programs.starship.enable = true;
enable = true;
};
} }