Files
nix-config/modules/nix/default.nix
2025-10-26 12:14:27 +01:00

10 lines
111 B
Nix

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