lib/module.nix

8 lines
62 B
Nix

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