mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-25 02:03:51 -08:00
chore: rename zen-bin -> zen
This commit is contained in:
parent
4d05a9ba19
commit
2b4f94bf85
2 changed files with 2 additions and 2 deletions
|
@ -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 = [
|
||||||
|
|
|
@ -31,6 +31,6 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
home.sessionVariables = {
|
home.sessionVariables = {
|
||||||
DEFAULT_BROWSER = "${zen-browser}/bin/zen-bin";
|
DEFAULT_BROWSER = "${zen-browser}/bin/zen";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue