1diff --git a/src/utils/file.cpp b/src/utils/file.cpp
2index 9511ad61..d3d82b99 100644
3--- a/src/utils/file.cpp
4+++ b/src/utils/file.cpp
5@@ -322,7 +322,7 @@ namespace file_util {
6 possible_paths.push_back(xdg_config_dir + suffix + ".ini");
7 }
8
9- possible_paths.push_back("/etc" + suffix + ".ini");
10+ possible_paths.push_back("@out@" + suffix + ".ini");
11
12 for (const string& p : possible_paths) {
13 if (exists(p)) {