diff options
| author | dacctal <dacctal@symlinx.net> | 2026-05-28 19:55:36 +0000 |
|---|---|---|
| committer | dacctal <dacctal@symlinx.net> | 2026-05-28 19:55:36 +0000 |
| commit | 760948a0a9b76fbc721aae17b0170d75f68acd85 (patch) | |
| tree | 89a4e610658e793088513e2ba485f7c572d209b2 /config/init.lua | |
| parent | f2dec056860d6f6d24952d222d9d6727bb6f2430 (diff) | |
fixed some permission issues with the config
Diffstat (limited to 'config/init.lua')
| -rw-r--r-- | config/init.lua | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/config/init.lua b/config/init.lua index 9fd5cea..e381fa6 100644 --- a/config/init.lua +++ b/config/init.lua @@ -1,20 +1,16 @@ local home = os.getenv("HOME") local prefix = home.."/.local" install_directories = { - bin = prefix.."/bin", + bin = prefix.."/bin", include = prefix.."/include", - lib = prefix.."/lib", - src = prefix.."/.local/share/pkgit", + lib = prefix.."/lib", + src = prefix.."/.local/share/pkgit", } repositories = { pkgit = { url = "https://git.symlinx.net/pkgit", }, - beaker = { - url = "https://git.symlinx.net/beaker", - dependencies = {}, - }, } build_systems = { |
