2024-04-19 18:19:13 +00:00

14 lines
125 B
Nix

{
pkgs,
lib,
...
}: let
inherit (lib) mkIf;
in {
imports = [
./git.nix
./starship.nix
./zsh.nix
];
}