marleyos/modules/home/default.nix
2025-05-26 17:04:43 -07:00

16 lines
181 B
Nix

{
imports = [
../options
./option-inheritance.nix
./options
./home-manager.nix
./system
./shell
./programs
./services
./profiles.nix
];
}