Init the repository.
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
{ pkgs, lib, config, inputs, ... }:
|
||||
|
||||
{
|
||||
packages = [
|
||||
pkgs.git
|
||||
pkgs.zellij
|
||||
];
|
||||
|
||||
languages.elixir.enable = true;
|
||||
|
||||
devcontainer.enable = true;
|
||||
}
|
||||
Reference in New Issue
Block a user