diff options
| author | dacctal <dacctalyt@gmail.com> | 2026-04-14 22:54:24 +0000 |
|---|---|---|
| committer | dacctal <dacctalyt@gmail.com> | 2026-04-14 22:54:24 +0000 |
| commit | 574708a5f97907c4b4e67788d38f89fac0981b70 (patch) | |
| tree | 889c8e37b536517ecdace81f5a699fb51e878d7f /include | |
| parent | 3f48bd15a079c5d4feb04e974102238de78249c3 (diff) | |
added root config
Diffstat (limited to 'include')
| -rw-r--r-- | include/vars.hh | 2 |
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; |
