Option renamed

This commit is contained in:
Andrea Ciceri 2025-02-27 09:52:15 +01:00
parent aa63b0d3e0
commit 74ff7d0cff
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg

View file

@ -83,7 +83,7 @@ in
theme = theme =
let let
inherit (config.lib.formats.rasi) mkLiteral; inherit (config.lib.formats.rasi) mkLiteral;
cfg = config.programs.fzf.catppuccin; cfg = config.catppuccin.fzf;
palette = (lib.importJSON "${config.catppuccin.sources.palette}/palette.json").${cfg.flavor}.colors; palette = (lib.importJSON "${config.catppuccin.sources.palette}/palette.json").${cfg.flavor}.colors;
selectColor = color: palette.${color}.hex; selectColor = color: palette.${color}.hex;