marleyos/modules/home/default.nix

15 lines
166 B
Nix

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