diff --git a/modules/programs/atuin.nix b/modules/programs/atuin.nix index d68e16467..3665b0651 100644 --- a/modules/programs/atuin.nix +++ b/modules/programs/atuin.nix @@ -152,11 +152,11 @@ in # If there are user-provided settings, generate the config file. xdg.configFile = lib.mkMerge [ - (mkIf (cfg.settings != { }) { + { "atuin/config.toml" = { source = tomlFormat.generate "atuin-config" cfg.settings; }; - }) + } (mkIf (cfg.themes != { }) ( lib.mapAttrs' (