fix(browser): zen by default

This commit is contained in:
Barrett Ruth 2026-03-07 21:51:15 -05:00
parent 004e0d3e9a
commit 772322333c
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
3 changed files with 7 additions and 3 deletions

View file

@ -18,6 +18,7 @@ let
python = true;
ocaml = true;
docker = true;
zen = true;
aws = true;
psql = true;
tex = true;
@ -115,6 +116,9 @@ in
(lib.mkIf claude {
CLAUDE_CONFIG_DIR = "${config.xdg.configHome}/claude";
})
(lib.mkIf zen {
BROWSER = "zen";
})
];
home.sessionPath = lib.mkMerge [