This repository has been archived on 2024-04-14. You can view files and clone it, but cannot push or open issues or pull requests.
nixos-dotfiles/user/configs/wayland/hyprland/eww/default.nix

12 lines
173 B
Nix

{
pkgs,
inputs,
...
}: {
programs.eww = {
enable = false;
package = inputs.eww-systray.packages.${pkgs.system}.eww-wayland;
configDir = ./config;
};
}