Init the repository.

This commit is contained in:
2024-08-02 15:36:24 +03:00
commit e92929041d
5 changed files with 161 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{ pkgs, lib, config, inputs, ... }:
{
packages = [
pkgs.git
pkgs.zellij
];
languages.elixir.enable = true;
devcontainer.enable = true;
}