aboutsummaryrefslogtreecommitdiff
path: root/include/vars.hh
diff options
context:
space:
mode:
authordacctal <dacctalyt@gmail.com>2026-04-14 22:54:24 +0000
committerdacctal <dacctalyt@gmail.com>2026-04-14 22:54:24 +0000
commit574708a5f97907c4b4e67788d38f89fac0981b70 (patch)
tree889c8e37b536517ecdace81f5a699fb51e878d7f /include/vars.hh
parent3f48bd15a079c5d4feb04e974102238de78249c3 (diff)
added root config
Diffstat (limited to 'include/vars.hh')
-rw-r--r--include/vars.hh2
1 files changed, 2 insertions, 0 deletions
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;