From 06b26cb16e55d48c9ab61ad044559b6ce63ff1e5 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Mon, 28 Oct 2024 14:45:03 +0000 Subject: [PATCH] Hyprland browser bind use firefox finalPackage instead of package --- system/home/desktop/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/home/desktop/hyprland.nix b/system/home/desktop/hyprland.nix index 0961bedd..1967e871 100644 --- a/system/home/desktop/hyprland.nix +++ b/system/home/desktop/hyprland.nix @@ -365,7 +365,7 @@ # Common program shortcuts "SUPER, Return, exec, ${config.programs.alacritty.package}/bin/alacritty" "SUPER SHIFT, Return, exec, ${config.programs.emacs.finalPackage}/bin/emacsclient -c" - "SUPER, W, exec, ${config.programs.firefox.package}/bin/firefox" + "SUPER, W, exec, ${config.programs.firefox.finalPackage}/bin/firefox" "SUPER, F, exec, ${pkgs.gnome.nautilus}/bin/nautilus" # fuzzel binds