From f3d95b97b67704946effcfffbc45330036a6abd8 Mon Sep 17 00:00:00 2001 From: GaspardCulis Date: Wed, 16 Oct 2024 08:14:44 +0200 Subject: [PATCH] fix(hypr -> nix): Fixed `Hyrland-wrapper` HM link path --- de/hypr/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/de/hypr/default.nix b/de/hypr/default.nix index 3dcce49..ae01692 100644 --- a/de/hypr/default.nix +++ b/de/hypr/default.nix @@ -11,8 +11,8 @@ executable = true; }; # Hyprland launch wrapper - ".local/bin/Hyprland" = { - source = ../../bin/Hyprland; + ".local/bin/Hyprland-wrapper" = { + source = ../../bin/Hyprland-wrapper; executable = true; }; # UWU launcher script