diff --git a/homes/x86_64-linux/rafiq/default.nix b/homes/x86_64-linux/rafiq/default.nix index 208edbb..d65bba8 100644 --- a/homes/x86_64-linux/rafiq/default.nix +++ b/homes/x86_64-linux/rafiq/default.nix @@ -11,6 +11,7 @@ ]; home.sessionVariables = { TERMINAL = "kitty"; + BROWSER = ", firefox"; }; home.persistence."/persist/home/rafiq" = { diff --git a/homes/x86_64-linux/rafiq/programs/hyprland.nix b/homes/x86_64-linux/rafiq/programs/hyprland.nix index 536cbd8..7acb95c 100644 --- a/homes/x86_64-linux/rafiq/programs/hyprland.nix +++ b/homes/x86_64-linux/rafiq/programs/hyprland.nix @@ -23,6 +23,7 @@ in "SUPER, W, killactive" "SUPER, return, exec, uwsm app -- $TERMINAL" + "SUPER, O, exec, uwsm app -- $BROWSER" "SUPER, H, cyclenext, visible" "SUPER, L, cyclenext, visible prev"