manage xdg-dirs config files; renamed config to hosts

This commit is contained in:
Dan Anglin 2024-09-10 14:21:03 +01:00
parent bb3e0e730c
commit e29fec170d
Signed by: dananglin
GPG key ID: 0C1D44CFBEE68638
5 changed files with 3 additions and 3 deletions

View file

@ -3,8 +3,8 @@
"useDefaultDirectories": true,
"includeXDGDirectories": true,
"additionalDirectories": [
"./local/goblin",
"./local/software",
".local/goblin",
".local/software",
"Certificates",
"Docker",
"Installations",

View file

@ -13,7 +13,7 @@ import (
const (
dirModePerm fs.FileMode = 0o700
configDir string = "config"
configDir string = "hosts"
rootManagedDir string = "managed"
rootFilesDir string = "files"
rootTemplateDir string = "templates"