refactor: hosts' systems & modules

This commit is contained in:
TheGeneralist 2025-08-02 17:07:19 +02:00
parent 0e465f6c84
commit 37c4eeaca6
Signed by: thegeneralist01
SSH key fingerprint: SHA256:pp9qddbCNmVNoSjevdvQvM5z0DHN7LTa8qBMbcMq/R4
7 changed files with 77 additions and 125 deletions

5
lib/default.nix Normal file
View file

@ -0,0 +1,5 @@
inputs: self: super:
let
system = import ./system.nix inputs self super;
in
system