From d28cc9f4a65f2b1556fe512aed1f15676214d2de Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Wed, 7 Jan 2026 09:48:50 -0600 Subject: [PATCH] hyprpaper: add monitor importantPrefix New config requires monitor at top of generated block. Signed-off-by: Austin Horstman --- modules/services/hyprpaper.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/services/hyprpaper.nix b/modules/services/hyprpaper.nix index ebbe192e0..62fb2207e 100644 --- a/modules/services/hyprpaper.nix +++ b/modules/services/hyprpaper.nix @@ -64,7 +64,10 @@ in importantPrefixes = lib.mkOption { type = with lib.types; listOf str; - default = [ "$" ]; + default = [ + "$" + "monitor" + ]; example = [ "$" ]; description = '' List of prefix of attributes to source at the top of the config.