10 lines
111 B
Nix
10 lines
111 B
Nix
{ pkgs, config, ... }:
|
|
{
|
|
imports = [
|
|
./index.nix
|
|
./ld.nix
|
|
./settings.nix
|
|
./latest.nix
|
|
];
|
|
}
|