This commit is contained in:
2023-04-14 14:12:45 +03:00
parent 5f8cc2f9ba
commit 26747bd639
34 changed files with 430 additions and 249 deletions

View File

@@ -0,0 +1,9 @@
{
config,
lib,
pkgs,
...
}: {
imports = [
];
}