nix: home-manager darwin + formats

This commit is contained in:
js0ny 2025-10-20 04:24:23 +01:00
parent 7d8e0b1211
commit c0572e749d
12 changed files with 45 additions and 31 deletions

View file

@ -105,6 +105,13 @@
./users/js0ny/nixvirt.nix
];
};
"js0ny@zen" = home-manager.lib.homeManagerConfiguration {
pkgs = forSystem "aarch64-darwin";
extraSpecialArgs = specialArgs;
modules = [
./users/js0ny/zen.nix
];
};
};
};
}