Files
nix-config/modules/nix/default.nix
2026-03-07 11:38:50 +01:00

11 lines
130 B
Nix

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