fix(browser): zen by default
This commit is contained in:
parent
004e0d3e9a
commit
772322333c
3 changed files with 7 additions and 3 deletions
|
|
@ -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 [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue