waybox: migrate to by-name

This commit is contained in:
Anderson Torres
2023-09-26 12:13:10 -03:00
parent a66b468cbf
commit 2a95347f70
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -32956,7 +32956,7 @@ with pkgs;
kitti3 = python3.pkgs.callPackage ../applications/window-managers/i3/kitti3.nix { };
waybox = callPackage ../applications/window-managers/waybox {
waybox = callPackage ../by-name/wa/waybox/package.nix {
wlroots = wlroots_0_15;
};