Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
MobSenpai committed Jun 24, 2023
1 parent f9c54f8 commit 2ba6659
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion home/yashraj/modules/desktop/wm/awesome/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ in {
home = {
sessionVariables = {
EDITOR = "nvim";
BROWSER = "vivaldi-stable";
BROWSER = "vivaldi";
};

file = {
Expand Down
2 changes: 1 addition & 1 deletion home/yashraj/modules/desktop/wm/awesome/rc.lua
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ user = {
floating_terminal = "alacritty --class floating_terminal",
scratchpad_terminal = "alacritty --class scratchpad -e tmux",
editor = os.getenv("EDITOR") or "nano",
browser = "vivaldi-stable",
browser = "vivaldi",
file_manager = "pcmanfm",
visual_editor = "codium",
openweathermap_key = "d1b3b6a81db867259446b0863d5f9108",
Expand Down

0 comments on commit 2ba6659

Please sign in to comment.