aboutsummaryrefslogtreecommitdiff
path: root/home/rices/finals/eww.nix
blob: 599738a02729c1663652a95e36449f2f8765dbf6 (plain)
1
2
3
4
5
6
{...}: {
  programs.eww = {
    enable = true;
    configDir = ./eww/configDir;
  };
}