fix(hypr): Fixed "wallpaperctl" script not being linked by HM

This commit is contained in:
GaspardCulis 2024-09-21 12:41:12 +02:00
parent 6d606f95be
commit d891f676a8

View file

@ -20,6 +20,11 @@
source = ../../bin/togglescreen;
executable = true;
};
# Wallpaperctl script
".local/bin/wallpaperctl" = {
source = ../../bin/wallpaperctl;
executable = true;
};
};
home.packages = [