mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
use google chrome exclusively
This commit is contained in:
parent
c822e6be1b
commit
ddfc387aa2
@ -105,7 +105,7 @@ submap = reset
|
|||||||
|
|
||||||
bind = $mod, o, submap, open
|
bind = $mod, o, submap, open
|
||||||
submap = open
|
submap = open
|
||||||
bind = , b, exec, chromium $e
|
bind = , b, exec, google-chrome-stable $e
|
||||||
bind = , o, exec, obsidian $e
|
bind = , o, exec, obsidian $e
|
||||||
bind = , s, exec, steam $e
|
bind = , s, exec, steam $e
|
||||||
bind = , d, exec, discord $e
|
bind = , d, exec, discord $e
|
||||||
|
@ -6,7 +6,6 @@ in {
|
|||||||
options.modules.desktop.browser.enable = lib.mkEnableOption "browser";
|
options.modules.desktop.browser.enable = lib.mkEnableOption "browser";
|
||||||
config = lib.mkIf cfg.enable {
|
config = lib.mkIf cfg.enable {
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
chromium
|
|
||||||
google-chrome
|
google-chrome
|
||||||
play-with-mpv
|
play-with-mpv
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user