diff --git a/system/wm/hyprland.nix b/system/wm/hyprland.nix index 5d7cada3..7b7c0082 100644 --- a/system/wm/hyprland.nix +++ b/system/wm/hyprland.nix @@ -26,6 +26,11 @@ in }; }; + programs.iio-hyprland.enable = true; + environment.systemPackages = with pkgs; [ + jq + ]; + services.xserver.excludePackages = [ pkgs.xterm ]; services.xserver = {