8 lines
62 B
Nix
8 lines
62 B
Nix
{ config, lib, pkgs, ... }:
|
|
|
|
{
|
|
imports = [
|
|
./lib
|
|
];
|
|
}
|