This commit is contained in:
2024-06-12 23:14:40 +02:00
parent dfe61ba619
commit da6d10d3bf
2 changed files with 10 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
{ pkgs, config, ... }:
{
home.packages = with pkgs; [ stack ];
}