This commit is contained in:
Miguel Palhas
2025-07-25 12:29:23 +01:00
parent 65dd668e9e
commit aab35e484c
13 changed files with 189 additions and 51 deletions
+4
View File
@@ -0,0 +1,4 @@
{ inputs, ... }:
{
home.packages = [ inputs.ethui.packages.x86_64-linux.default ];
}