marleyos/modules/home/default.nix

17 lines
195 B
Nix

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