marleyos/modules/base/default.nix
2025-05-25 16:51:03 -07:00

9 lines
69 B
Nix

{
imports = [
../options
./nix.nix
./home.nix
];
}