update config module

This commit is contained in:
2025-03-22 12:58:10 +03:00
parent 5e7d4033e4
commit 8f4b021a93
30 changed files with 437 additions and 375 deletions

View File

@ -21,10 +21,9 @@ package config
// Paths contains various paths used by ALR
type Paths struct {
ConfigDir string
ConfigPath string
CacheDir string
RepoDir string
PkgsDir string
DBPath string
UserConfigPath string
CacheDir string
RepoDir string
PkgsDir string
DBPath string
}