Skip to content

Commit

Permalink
HOME: BASE: GUI: LINUX: Fix Microsoft Edge references
Browse files Browse the repository at this point in the history
  • Loading branch information
Sukant Hajra committed Nov 15, 2024
1 parent bf25c03 commit 2ea4d09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion home/modules/base/gui/linux/services/dunst/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ in
iconTheme.package = pkgs.adwaita-icon-theme;
settings = {
global = {
browser = "${pkgs.microsoft-edge}/bin/microsoft-edge-beta";
browser = "${pkgs.microsoft-edge}/bin/microsoft-edge";
corner_radius = 12;
dmenu = "${config.programs.rofi.package}/bin/rofi -dmenu -p action";
ellipsize = "end";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ let

autorandr = "${pkgs.autorandr}/bin/autorandr";
awk = "${pkgs.gawk}/bin/awk";
browser = "${pkgs.microsoft-edge}/bin/microsoft-edge-beta";
browser = "${pkgs.microsoft-edge}/bin/microsoft-edge";
clipmenu = "${config.services.clipmenu.package}/bin/clipmenu";
dunstctl = "${pkgs.dunst}/bin/dunstctl";
dunst-osd = "${pkgs.dunst-osd}/bin/dunst-osd";
Expand Down

0 comments on commit 2ea4d09

Please sign in to comment.