marleyos/modules/home/default.nix
2025-05-26 13:16:54 -07:00

14 lines
154 B
Nix

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