Continue porting darwin, make settei module(s) more reusable by others.

This commit is contained in:
Nikodem Rabuliński 2023-10-02 19:30:31 +02:00
parent 823721ac52
commit f4890a5d74
No known key found for this signature in database
GPG key ID: FF629AA9E08138DB
8 changed files with 32 additions and 18 deletions

View file

@ -1,5 +1,6 @@
{config, ...}: {
flake.darwinModules = {
settei = import ./settei {inherit (config) perInput;};
common = ./common;
};
}