change $BROWSER var

Former-commit-id: 4cb131cd97
This commit is contained in:
Hadi
2025-04-18 11:57:42 +02:00
parent af0c00d1d0
commit 6d4a886acb

View File

@@ -21,9 +21,7 @@ in {
allowReboot = false;
};
time = {
timeZone = timeZone;
};
time = { timeZone = timeZone; };
i18n.defaultLocale = defaultLocale;
i18n.extraLocaleSettings = {
LC_ADDRESS = extraLocale;
@@ -57,7 +55,7 @@ in {
EDITOR = "nvim";
TERMINAL = "kitty";
TERM = "kitty";
BROWSER = "zen";
BROWSER = "zen-beta";
};
services.libinput.enable = true;