lib: add filesystems

This commit is contained in:
Infinidoge 2024-07-15 00:38:34 -04:00
parent 221804e83e
commit 036c94a2b1
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A
2 changed files with 46 additions and 0 deletions

View file

@ -64,6 +64,7 @@ rec {
};
disko = import ./disko.nix { inherit lib; };
filesystems = import ./filesystems.nix { inherit lib self; };
} // (
import ./digga.nix { inherit lib; }
) // (