marleyos/snowflake/modules/darwin/base/nix/default.nix

9 lines
69 B
Nix

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