From e0fa29f9f79cdbb5083327705347030142333b56 Mon Sep 17 00:00:00 2001 From: Jens Gatzweiler Date: Mon, 29 Apr 2024 20:28:30 +0200 Subject: [PATCH] fix(home-manager): use local flavour option for delta (#150) --- modules/home-manager/delta.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home-manager/delta.nix b/modules/home-manager/delta.nix index ad9091d5..163235fe 100644 --- a/modules/home-manager/delta.nix +++ b/modules/home-manager/delta.nix @@ -18,7 +18,7 @@ in path = "${sources.delta}/catppuccin.gitconfig"; } ]; - delta.options.features = "catppuccin-${config.catppuccin.flavour}"; + delta.options.features = "catppuccin-${cfg.flavour}"; }; }; }