Files
2026-04-19 14:59:30 -03:00

15 lines
115 B
Nix

{
config,
lib,
inputs,
pkgs,
...
}:
{
imports = [
./configs/cfhome.nix
./pkgs/pkgs.nix
];
}