From 532200060b35f64bd6ee4bbd92eac1406b740669 Mon Sep 17 00:00:00 2001 From: Michael Mandl Date: Fri, 4 Apr 2025 13:20:20 +0200 Subject: [PATCH] feat: configure gh-dash layout --- horsch/github.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/horsch/github.nix b/horsch/github.nix index 1bb5783..92c4697 100644 --- a/horsch/github.nix +++ b/horsch/github.nix @@ -23,6 +23,12 @@ enable = true; settings = { + defaults = { + preview = { + open = true; + width = 64; + }; + }; }; }; };