[nixbox] Add zen browser flake.

This commit is contained in:
jmug
2026-01-18 02:39:25 -08:00
parent cf42f173d5
commit 86c5bab28e
3 changed files with 39 additions and 1 deletions
+3
View File
@@ -35,6 +35,8 @@ in {
../../home-modules/starship.nix
../../home-modules/tmux.nix
../../home-modules/zsh.nix
inputs.zen-browser.homeModules.beta
];
# Custom options for my packages.
@@ -45,6 +47,7 @@ in {
font-size = "14";
window-decoration = false;
};
programs.zen-browser.enable = true;
home = {
username = username;