nix-config/modules/base/default.nix
2025-02-25 15:56:58 +01:00

5 lines
52 B
Nix

{inputs, ...}: {
imports = [
./nix.nix
];
}