nix/modules/home-manager/macos.nix

7 lines
95 B
Nix

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