From 9e9561dd4fd4f63cd85b6f538f62ff915d37c223 Mon Sep 17 00:00:00 2001 From: Emmet K <> Date: Wed, 20 Nov 2024 15:04:07 -0600 Subject: [PATCH] iio-hyprland is really cool --- system/wm/hyprland.nix | 5 +++++ 1 file changed, 5 insertions(+) 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 = {