From 574708a5f97907c4b4e67788d38f89fac0981b70 Mon Sep 17 00:00:00 2001 From: dacctal Date: Tue, 14 Apr 2026 22:54:24 +0000 Subject: added root config --- include/vars.hh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/vars.hh') diff --git a/include/vars.hh b/include/vars.hh index c309ea8..448b6df 100644 --- a/include/vars.hh +++ b/include/vars.hh @@ -19,6 +19,8 @@ struct Pkg { extern const std::string home_dir; +extern const std::string root_config; +extern bool is_root_config; extern const std::string config_dir; extern const std::string config_file; extern const std::string repo_file; -- cgit v1.2.3