moving towards modules...

This commit is contained in:
Gerg-L 2023-02-20 22:28:01 -05:00
parent 32bf78aa36
commit f911f3f44d
18 changed files with 288 additions and 237 deletions

View file

@ -0,0 +1,6 @@
inputs: {
imports = [
(import ./nix.nix inputs)
(import ./x.nix inputs)
];
}