ooknet/home/ooks/opt/desktop/standard/wayland/eww/default.nix
2023-09-04 14:54:33 +12:00

12 lines
134 B
Nix

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