14 lines
125 B
Nix
Raw Normal View History

2024-04-17 18:50:59 -04:00
{
pkgs,
lib,
...
}: let
inherit (lib) mkIf;
in {
imports = [
./git.nix
./starship.nix
./zsh.nix
];
}