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

10 lines
72 B
Nix

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