Skip to content

Commit

Permalink
hm: use chromium as default browser
Browse files Browse the repository at this point in the history
  • Loading branch information
linyinfeng committed Mar 7, 2024
1 parent 3d65aa3 commit bcdfc36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion home-manager/profiles/gnome/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ in
favorite-apps = lib.mkBefore [
"org.gnome.Console.desktop"
"org.gnome.Nautilus.desktop"
"firefox.desktop"
"chromium-browser.desktop"
"gnome-system-monitor.desktop"
"code.desktop"
];
Expand Down
2 changes: 1 addition & 1 deletion home-manager/profiles/mime/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ in {
xdg.mimeApps = {
enable = true;
defaultApplications =
buildMap ["firefox.desktop"] webFormats
buildMap ["chromium-browser.desktop"] webFormats
// buildMap ["org.gnome.Loupe.desktop"] imageFormats
// buildMap ["org.gnome.FileRoller.desktop"] archiveFormats
// buildMap ["io.bassi.Amberol.desktop"] audioFormats
Expand Down

0 comments on commit bcdfc36

Please sign in to comment.