12 lines
122 B
Nix
12 lines
122 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./direnv.nix
|
|
./documentation.nix
|
|
./git
|
|
./jq.nix
|
|
./pager.nix
|
|
./zsh
|
|
];
|
|
}
|