This commit is contained in:
2026-05-08 11:33:10 -05:00
parent 4901f9a753
commit 42df5c86e2
12 changed files with 10391 additions and 5149 deletions
+9
View File
@@ -0,0 +1,9 @@
{pkgs, inputs, lib, ...}:
{
programs.chromium = {
enable = true;
package = inputs.helium.packages.${pkgs.system}.default;
};
}