{ config, pkgs, ... }: { programs.hyprland = { enable = true; }; environment.systemPackages = with pkgs; [ hyprpaper kitty libnotify mako nwg-look qt5.qtwayland qt6.qtwayland swayidle swaylock-effects wlogout wl-clipboard wofi waybar xfce.thunar ]; }