infrastructure/hosts/neodymium/home/wayland/eww/default.nix
2023-12-15 16:18:36 +01:00

8 lines
113 B
Nix

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