nixos-combined-flake/profiles/home-manager/odie@wsl-dev/home.nix

12 lines
197 B
Nix

{
outputs,
...
}: {
imports = [
outputs.homeManagerModules.base
outputs.homeManagerModules.user
outputs.homeManagerModules.shell
outputs.homeManagerModules.development
];
}