feat: initial commit
Signed-off-by: Konstantin Fickel <mail@konstantinfickel.de>
This commit is contained in:
commit
e3f47c0014
10 changed files with 336 additions and 0 deletions
9
devenv.nix
Normal file
9
devenv.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{ ... }: {
|
||||
languages.python = {
|
||||
enable = true;
|
||||
version = "3.13";
|
||||
uv.enable = true;
|
||||
};
|
||||
|
||||
dotenv.enable = true;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue