lib/module.nix

8 lines
62 B
Nix
Raw Normal View History

2021-11-22 07:23:05 -08:00
{ config, lib, pkgs, ... }:
{
imports = [
./lib
];
}