Skip to content

Commit

Permalink
usr: gui: replace chrome with edge
Browse files Browse the repository at this point in the history
  • Loading branch information
xieby1 committed Aug 5, 2024
1 parent 7d04027 commit 3a68ccb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions usr/gui.nix
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ in
# browser
] ++ pkgs.lib.optionals (builtins.currentSystem=="x86_64-linux") [
google-chrome
microsoft-edge
] ++ [
firefox
# network
Expand Down
3 changes: 2 additions & 1 deletion usr/gui/gnome.nix
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,12 @@
## dock icons
favorite-apps = [
"org.gnome.Nautilus.desktop"
"google-chrome.desktop"
"microsoft-edge.desktop"
"firefox.desktop"
"calendar.desktop"
"todo.desktop"
"spotify.desktop"
"google-chrome.desktop"
];
};
## extensions settings
Expand Down
2 changes: 1 addition & 1 deletion usr/gui/singleton_web_apps.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ config, pkgs, lib, ... }:
let
# You Can Change To Chrome-Like Browser Here!
chromeLikeBrowser = "${pkgs.google-chrome}/bin/google-chrome-stable";
chromeLikeBrowser = "${pkgs.microsoft-edge}/bin/microsoft-edge";

singleton = pkgs.writeShellScriptBin "singleton.sh" ''
if [[ $# -lt 2 || $1 == "-h" ]]
Expand Down

0 comments on commit 3a68ccb

Please sign in to comment.