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

8 lines
91 B
Nix

{
imports = [
../options
./option-inheritance.nix
./home-manager.nix
];
}