first commit

This commit is contained in:
2025-08-01 08:43:04 +02:00
commit 48a734ed82
38 changed files with 2044 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
{pkgs, ...}: {
# Define your custom packages here
# my-package = pkgs.callPackage ./my-package {};
}
+2
View File
@@ -0,0 +1,2 @@
# Your custom nix-package
# ...