Files
nix-config/modules/nix/default.nix
2025-03-18 16:27:20 +01:00

9 lines
94 B
Nix

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