2026-02-08 01:22:56 -05:00

14 lines
97 B
Nix

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