From 598c2e9780cbe58f8198712d9d83ff274f5dc63e Mon Sep 17 00:00:00 2001 From: Matthew Stobbs Date: Thu, 20 Aug 2026 12:22:59 -0500 Subject: [PATCH] fix properties issue --- demilich/home.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/demilich/home.nix b/demilich/home.nix index 84d2e09..f086ad8 100644 --- a/demilich/home.nix +++ b/demilich/home.nix @@ -463,11 +463,11 @@ _props.background-color = "transparent"; - preset-column-widths = { - _props.proportion = 0.33333; - _props.proportion = 0.5; - _props.proportion = 0.66667; - }; + preset-column-widths = '' + proportion = 0.33333 + proportion = 0.5 + proportion = 0.66667 + ''; _props.struts = "{}"; };