change $BROWSER var

This commit is contained in:
Hadi
2025-04-18 11:57:42 +02:00
parent 3a51928e3f
commit 4cb131cd97

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;