From 6b612b77335a1885e3ae2825912a4457dc702230 Mon Sep 17 00:00:00 2001 From: Guanran Wang Date: Sat, 28 Dec 2024 12:27:34 +0800 Subject: [PATCH] fixup! home/nautilus: drop --- home/applications/sway/default.nix | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/home/applications/sway/default.nix b/home/applications/sway/default.nix index 2fb812c..01d4934 100644 --- a/home/applications/sway/default.nix +++ b/home/applications/sway/default.nix @@ -53,17 +53,16 @@ let inherit (config.wayland.windowManager.sway.config) modifier; inherit (lib) getExe getExe'; + inherit (config.programs) firefox foot; inherit (pkgs) brightnessctl cliphist - foot pamixer playerctl sway-contrib wireplumber wl-clipboard wmenu - xdg-utils ; in { @@ -89,9 +88,8 @@ ### Execute other stuff # Launch applications - "${modifier}+Return" = "exec ${getExe foot}"; - "${modifier}+w" = "exec ${xdg-utils}/bin/xdg-open http:"; - "${modifier}+e" = "exec ${xdg-utils}/bin/xdg-open ~"; + "${modifier}+Return" = "exec ${getExe foot.package}"; + "${modifier}+w" = "exec ${getExe firefox.finalPackage}"; # Launcher "${modifier}+d" = "exec ${getExe' wmenu "wmenu-run"}";