nixos/home/hyprland/eww/default.nix

10 lines
134 B
Nix
Raw Normal View History

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