This commit is contained in:
Richie Cahill
2024-04-19 13:51:48 -04:00
parent 8526975eaf
commit fe2fb8cc58
3 changed files with 2 additions and 11 deletions

View File

@ -1,15 +1,8 @@
{
pkgs,
lib,
...
}: let
inherit (lib) mkIf;
in {
imports = [
./git.nix
./zsh.nix
];
programs.starship.enable = true;
}