use google chrome exclusively

This commit is contained in:
Tyler Starr 2024-02-22 18:34:38 -08:00
parent c822e6be1b
commit ddfc387aa2
2 changed files with 1 additions and 2 deletions

View File

@ -105,7 +105,7 @@ submap = reset
bind = $mod, o, submap, open
submap = open
bind = , b, exec, chromium $e
bind = , b, exec, google-chrome-stable $e
bind = , o, exec, obsidian $e
bind = , s, exec, steam $e
bind = , d, exec, discord $e

View File

@ -6,7 +6,6 @@ in {
options.modules.desktop.browser.enable = lib.mkEnableOption "browser";
config = lib.mkIf cfg.enable {
environment.systemPackages = with pkgs; [
chromium
google-chrome
play-with-mpv
];