refactor
This commit is contained in:
@@ -1,4 +1 @@
|
||||
{ inputs, pkgs, foundry, ... }: {
|
||||
home.packages = with pkgs; [ foundry-bin solc ];
|
||||
programs = { gh.enable = true; };
|
||||
}
|
||||
{ pkgs, ... }: { programs = { gh.enable = true; }; }
|
||||
|
||||
Reference in New Issue
Block a user