infrastructure/hosts/neodymium/home/wayland/eww/default.nix
Laureηt 8d0e07c180
♻️ (neodymium/home/wayland)
move hyprland and eww into sub modules
fix swayidle and swaylock configs
2023-10-16 20:22:54 +02:00

8 lines
115 B
Nix

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