lib/module.nix
2021-11-22 07:23:17 -08:00

8 lines
62 B
Nix

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