fix: try to make firefox the default browser

This commit is contained in:
ryan4yin
2023-05-29 22:12:32 +08:00
parent 4f79b64f11
commit 226a3a2596
3 changed files with 11 additions and 3 deletions

View File

@@ -20,6 +20,7 @@ in rec {
# set default applications
BROWSER = "firefox";
TERMINAL = "alacritty";
TERM = "xterm-256color";
# enable scrolling in git diff
DELTA_PAGER = "less -R";