sheldon: fix missed variable name
This commit is contained in:
parent
e0e99704ac
commit
21690ed641
|
@ -25,7 +25,7 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
home.packages = [ cfg.packages ];
|
home.packages = [ cfg.package ];
|
||||||
|
|
||||||
xdg.configFile."sheldon/plugins.toml" = mkIf (cfg.settings != { }) {
|
xdg.configFile."sheldon/plugins.toml" = mkIf (cfg.settings != { }) {
|
||||||
source = tomlFormat.generate "sheldon-config" cfg.settings;
|
source = tomlFormat.generate "sheldon-config" cfg.settings;
|
||||||
|
|
Loading…
Reference in a new issue