Files
nix-config/modules/nix/default.nix
2024-04-16 21:53:03 +02:00

9 lines
93 B
Nix

{ pkgs, config, ...}:
{
imports = [
./index.nix
./ld.nix
./settings.nix
];
}