chore(home-manager/tmux): follow upstream spelling change (#315)

This commit is contained in:
vdbe 2024-08-18 22:35:31 +00:00 committed by GitHub
parent 3c3196c8c7
commit 32326f7b9b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -40,7 +40,7 @@ in
inherit plugin;
extraConfig = concatStrings [
''
set -g @catppuccin_flavour '${cfg.flavor}'
set -g @catppuccin_flavor '${cfg.flavor}'
''
cfg.extraConfig
];