marleyos/modules/home/default.nix
2025-05-25 20:28:54 -07:00

12 lines
139 B
Nix

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