sheldon: fix missed variable name

This commit is contained in:
Kyure_A 2024-07-25 23:12:40 +09:00
parent e0e99704ac
commit 21690ed641

View file

@ -25,7 +25,7 @@ in {
};
config = mkIf cfg.enable {
home.packages = [ cfg.packages ];
home.packages = [ cfg.package ];
xdg.configFile."sheldon/plugins.toml" = mkIf (cfg.settings != { }) {
source = tomlFormat.generate "sheldon-config" cfg.settings;