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
Raw Normal View History

2023-12-29 23:19:10 +00:00
{
pkgs,
inputs,
...
}: {
programs.eww = {
enable = false;
package = inputs.eww-systray.packages.${pkgs.system}.eww-wayland;
configDir = ./config;
};
}