summary refs log tree commit diff stats
path: root/hm/eww/default.nix
blob: 19f7ab3435a0b7ef4f9d4d5effaefa59f134bd9c (plain) (blame)
1
2
3
4
5
6
7
{pkgs, ...}: {
  programs.eww = {
    enable = true;
    package = pkgs.eww-wayland;
    configDir = ./config;
  };
}