10 lines
94 B
Nix
10 lines
94 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./bash.nix
|
|
./git.nix
|
|
./starship.nix
|
|
./ssh.nix
|
|
];
|
|
}
|