nixos-config/modules/system/desktop-environments/hyprland.nix
2023-04-18 19:27:35 -04:00

9 lines
No EOL
175 B
Nix

{ config, pkgs, lib, ... }:
{
environment.systemPackages = with pkgs; [
libsForQt5.polkit-kde-agent
libsForQt5.qt5.qtwayland
qt6.qtwayland
eww-wayland
];
}