chore: rename zen-bin -> zen

This commit is contained in:
Youwen Wu 2024-08-28 00:31:01 -07:00
parent 4d05a9ba19
commit 2b4f94bf85
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3
2 changed files with 2 additions and 2 deletions

View file

@ -118,7 +118,7 @@
] ]
++ ( ++ (
if pkgs.system != "aarch64-linux" if pkgs.system != "aarch64-linux"
then ["$mod, F, exec, zen-bin"] then ["$mod, F, exec, zen"]
else ["$mod, F, exec, librewolf"] else ["$mod, F, exec, librewolf"]
); );
bindm = [ bindm = [

View file

@ -31,6 +31,6 @@ in {
}; };
home.sessionVariables = { home.sessionVariables = {
DEFAULT_BROWSER = "${zen-browser}/bin/zen-bin"; DEFAULT_BROWSER = "${zen-browser}/bin/zen";
}; };
} }