nixos-lib/nix/default.nix

6 lines
54 B
Nix

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