14 lines
125 B
Nix
14 lines
125 B
Nix
{
|
|
pkgs,
|
|
lib,
|
|
...
|
|
}: let
|
|
inherit (lib) mkIf;
|
|
in {
|
|
imports = [
|
|
./git.nix
|
|
./starship.nix
|
|
./zsh.nix
|
|
];
|
|
}
|