From d550f99d5d1b89569ee512c2716e98e7dc3d81d3 Mon Sep 17 00:00:00 2001 From: bee Date: Tue, 5 May 2026 22:47:01 +0530 Subject: important stuff --- common/modules/terminal/foot.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/modules/terminal/foot.nix') diff --git a/common/modules/terminal/foot.nix b/common/modules/terminal/foot.nix index ff020c6..f9cd424 100644 --- a/common/modules/terminal/foot.nix +++ b/common/modules/terminal/foot.nix @@ -11,7 +11,7 @@ in enable = true; settings = { main = { - include = lib.optionals config.beeMods.matugen.enable [ "~/.config/foot/dank-colors.ini" ]; + include = lib.optionals config.beeMods.matugen.enable [ "~/.config/foot/themes/noctalia" ]; pad = "${toString cfg.window.padding-x}x${toString cfg.window.padding-y} center"; font = "${cfg.font.family}:size=${toString cfg.font.size}"; -- cgit v1.3.1