nix/modules/home-manager/macos.nix

7 lines
93 B
Nix

{outputs, ...}: {
imports = with outputs.homeManagerModules; [
desktop
pass
];
}