infrastructure/hosts/neodymium/home/wayland/eww/default.nix

8 lines
113 B
Nix
Raw Normal View History

2023-12-15 15:18:36 +00:00
{pkgs, ...}: {
programs.eww = {
enable = true;
package = pkgs.eww-wayland;
configDir = ./.;
};
}