fix(hypr -> nix): Fixed Hyrland-wrapper
HM link path
This commit is contained in:
parent
e73992b173
commit
f3d95b97b6
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue