1
0
forked from extern/nix-config
donovanglover-nix-config/home/eww.nix
2023-08-07 20:44:15 -04:00

10 lines
126 B
Nix

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