From 071ebcefb9070e4397d75103f5f535b58dacf250 Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Sat, 30 Mar 2024 23:52:00 -0500 Subject: [PATCH] nix/hm-module: add shadowable to images --- nix/hm-module.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nix/hm-module.nix b/nix/hm-module.nix index 61ba8cd..34877bb 100644 --- a/nix/hm-module.nix +++ b/nix/hm-module.nix @@ -249,7 +249,8 @@ in { type = str; default = "center"; }; - }; + } + // shadow; }); default = []; };