1
Fork 0
satellite/home/adrielus/features/desktop/common/eww/default.nix

5 lines
157 B
Nix
Raw Normal View History

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