fix(hypr): Fixed "wallpaperctl" script not being linked by HM
This commit is contained in:
parent
6d606f95be
commit
d891f676a8
1 changed files with 5 additions and 0 deletions
|
@ -20,6 +20,11 @@
|
|||
source = ../../bin/togglescreen;
|
||||
executable = true;
|
||||
};
|
||||
# Wallpaperctl script
|
||||
".local/bin/wallpaperctl" = {
|
||||
source = ../../bin/wallpaperctl;
|
||||
executable = true;
|
||||
};
|
||||
};
|
||||
|
||||
home.packages = [
|
||||
|
|
Loading…
Reference in a new issue