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