Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
Hadi
2026-05-04 20:40:09 +02:00
parent d1438c47e7
commit 8a3de59ef8
61 changed files with 672 additions and 343 deletions
+5 -1
View File
@@ -1,4 +1,8 @@
{inputs, nixpkgs, ...}:
{
inputs,
nixpkgs,
...
}:
nixpkgs.lib.nixosSystem {
modules = [
{_module.args = {inherit inputs;};}