From 32326f7b9be0eaeb3c8d71de563a93cfb8f63700 Mon Sep 17 00:00:00 2001
From: vdbe <44153531+vdbe@users.noreply.github.com>
Date: Sun, 18 Aug 2024 22:35:31 +0000
Subject: [PATCH] chore(home-manager/tmux): follow upstream spelling change
 (#315)

---
 modules/home-manager/tmux.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/home-manager/tmux.nix b/modules/home-manager/tmux.nix
index 69aa81c..7cfab56 100644
--- a/modules/home-manager/tmux.nix
+++ b/modules/home-manager/tmux.nix
@@ -40,7 +40,7 @@ in
       inherit plugin;
       extraConfig = concatStrings [
         ''
-          set -g @catppuccin_flavour '${cfg.flavor}'
+          set -g @catppuccin_flavor '${cfg.flavor}'
         ''
         cfg.extraConfig
       ];