feat: zen browser

This commit is contained in:
Guz
2025-02-06 09:52:18 -03:00
parent 564057ddef
commit 79e61afb70
6 changed files with 235 additions and 0 deletions

View File

@@ -96,6 +96,11 @@
homeManagerModules = {
devenv = ./modules/home-manager/devenv.nix;
zen-browser = ./modules/home-manager/zen-browser.nix;
};
packages = forAllSystems (pkgs: {
zen-browser = pkgs.callPackage ./packages/zen-browser {};
});
};
}