This commit is contained in:
Lennart J. Kurzweg (Nx2)
2024-06-19 22:02:53 +02:00
parent 2513906a22
commit 85ec6f4c7c
5 changed files with 86 additions and 40 deletions

View File

@@ -0,0 +1,6 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
gleam
];
}