new_dots/home/modules/eww/eww.nix
2026-01-10 21:18:08 +01:00

7 lines
78 B
Nix

{
programs.eww = {
enable = true;
configDir = ./eww-config;
};
}