9 lines
103 B
Nix

{ ... }:
{
imports = [
./terminal.nix
../programs/chezmoi.nix
../programs/git.nix
];
}