This commit is contained in:
Miguel Palhas
2024-10-04 17:52:26 +01:00
parent 7ab89c1f28
commit 460c2b2429
3 changed files with 3 additions and 5 deletions
+1 -4
View File
@@ -1,4 +1 @@
{ inputs, pkgs, foundry, ... }: {
home.packages = with pkgs; [ foundry-bin solc ];
programs = { gh.enable = true; };
}
{ pkgs, ... }: { programs = { gh.enable = true; }; }