infrastructure/home/wayland/eww/default.nix

8 lines
113 B
Nix

{pkgs, ...}: {
programs.eww = {
enable = true;
package = pkgs.eww-wayland;
configDir = ./.;
};
}