marleyos/modules/home/default.nix
2025-05-25 20:17:41 -07:00

11 lines
125 B
Nix

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