fix(eww): make configDir a path
This commit is contained in:
parent
714a938906
commit
312bd98e0f
1 changed files with 1 additions and 1 deletions
|
@ -7,6 +7,6 @@
|
|||
programs.eww = {
|
||||
enable = true;
|
||||
package = inputs.nixpkgs-wayland.packages.${pkgs.system}.eww-wayland;
|
||||
configDir = "./config";
|
||||
configDir = ./config;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue