10 lines
86 B
Nix
10 lines
86 B
Nix
{ ... }:
|
|
|
|
{
|
|
imports = [
|
|
./antidote.nix
|
|
./starship.nix
|
|
./zsh.nix
|
|
];
|
|
}
|