Initial commit

This commit is contained in:
2025-08-30 20:23:00 +02:00
commit cfc897c53b
133 changed files with 18569 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
{
packageOverrides = pkgs: {
nur = import (builtins.fetchTarball "https://github.com/nix-community/NUR/archive/main.tar.gz") {
inherit pkgs;
};
};
}