marleyos/modules/darwin/base/nix/default.nix
punkfairie cc51153ece
feat(darwin): Big messy darwin bootstrap
I thought about splitting this into smaller commits but fuck it
2024-11-21 20:28:46 -08:00

9 lines
69 B
Nix

{
pkgs,
...
}:
{
config.nix = {
package = pkgs.lix;
};
}