setting up zsh and starship

This commit is contained in:
Richie Cahill
2024-04-17 18:50:59 -04:00
parent 7b42fac27d
commit ee80ff285e
6 changed files with 49 additions and 2 deletions

View File

@ -0,0 +1,13 @@
{
pkgs,
lib,
...
}: let
inherit (lib) mkIf;
in {
imports = [
./git.nix
./starship.nix
./zsh.nix
];
}