summaryrefslogtreecommitdiff
path: root/home/wayland/eww.nix
blob: fe7df23b862cd6510a2f06b63c72c104c2a5d08f (plain)
1
2
3
4
5
6
7
{ ... }:
{
  programs.eww = {
    enable = true;
    enableFishIntegration = true;
  };
}