5 lines
157 B
Nix
5 lines
157 B
Nix
{ config, ... }: {
|
|
programs.eww.enable = true;
|
|
programs.eww.configDir = config.satellite-dev.path "home/adrielus/features/desktop/common/eww/widgets";
|
|
}
|