This commit is contained in:
m3tam3re
2025-08-07 21:20:35 +02:00
commit 54f6c6b65b
11 changed files with 486 additions and 0 deletions

6
modules/default.nix Normal file
View File

@ -0,0 +1,6 @@
{...}: {
imports = [
./cli
./base.nix
];
}