This commit is contained in:
Lennart J. Kurzweg (Nx2)
2024-12-15 14:22:31 +01:00
parent 9a4e3d7a78
commit fdce6c3d57
3 changed files with 17 additions and 0 deletions

View File

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