From 628dc2fd00fb8e7d3d5cbefd7d37ee8701379610 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miskolczi=20Rich=C3=A1rd?= Date: Fri, 10 Apr 2026 17:45:27 +0200 Subject: [PATCH] Importing htt rule cache --- hyprland/hypr/rules.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hyprland/hypr/rules.nix b/hyprland/hypr/rules.nix index c7a0a88..fec21f4 100644 --- a/hyprland/hypr/rules.nix +++ b/hyprland/hypr/rules.nix @@ -143,5 +143,7 @@ "match:namespace" = "rofi"; } ]; + + source = "~/.cache/htt/rules"; }; }