feat: initial commit

Signed-off-by: Konstantin Fickel <mail@konstantinfickel.de>
This commit is contained in:
Konstantin Fickel 2025-11-30 17:08:32 +01:00
commit e3f47c0014
Signed by: kfickel
GPG key ID: A793722F9933C1A5
10 changed files with 336 additions and 0 deletions

9
devenv.nix Normal file
View file

@ -0,0 +1,9 @@
{ ... }: {
languages.python = {
enable = true;
version = "3.13";
uv.enable = true;
};
dotenv.enable = true;
}