nix_config/sys/default.nix

13 lines
93 B
Nix
Raw Normal View History

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