test helium

This commit is contained in:
2026-03-09 11:45:56 +00:00
parent 8bd2cb2112
commit b55c7a382d
5 changed files with 37 additions and 2 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
{inputs,}: {
{inputs,...}: {
flake.nixosModules.browsers = {pkgs,...}: {
programs.firefox.enable = true;
}
};
}