user/eww: manually set configDir
Some checks are pending
CI / Build linux-lava for x86_64-linux (push) Waiting to run

why was this changed???
This commit is contained in:
Cilly Leang 2026-05-30 01:57:08 +10:00
parent 1d9f9f4927
commit 10fbeac140
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -24,6 +24,6 @@ in {
home.packages = with pkgs; [ socat ];
programs.eww = {
enable = true;
configDir = res;
};
xdg.configFile."eww".source = res;
}