snowfall lib migration WIP

This commit is contained in:
Aleksandr Lebedev 2025-08-06 12:18:08 +02:00
parent dc2440015e
commit b9dadac2af
31 changed files with 9106 additions and 382 deletions

21
templates/default.nix Normal file
View file

@ -0,0 +1,21 @@
{...}: {
#lib = {
# path = ./lib;
#};
module = {
path = ./module;
description = "Snowfall module";
};
overlay = {
path = ./overlay;
description = "Snowfall overlay";
};
system = {
path = ./system;
description = "Snowfall system(host)";
};
home = {
path = ./home;
description = "Snowfall home";
};
}