7 lines
77 B
Nix
Raw Normal View History

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