fix(eww): make configDir a path

This commit is contained in:
jacekpoz 2023-08-16 10:13:46 +02:00
parent 714a938906
commit 312bd98e0f

View file

@ -7,6 +7,6 @@
programs.eww = {
enable = true;
package = inputs.nixpkgs-wayland.packages.${pkgs.system}.eww-wayland;
configDir = "./config";
configDir = ./config;
};
}