Regenerated

This commit is contained in:
2026-03-24 17:45:51 +00:00
parent 70e5af8d15
commit e02f2cf5c4
24 changed files with 8 additions and 824 deletions
@@ -1,11 +0,0 @@
{ config, pkgs, lib, zen-browser, ... }:
let
# Grab the Zen Browser package for this host system
zenBrowser = zen-browser.packages.${pkgs.stdenv.hostPlatform.system}.default;
in
{
environment.systemPackages = lib.mkForce [
zenBrowser
];
}