1
1
Fork 0

libreoffice: fix config file path

Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
Myned 2024-11-24 13:12:23 -06:00
parent 40cc96e22a
commit 00c509024c
Signed by: myned
GPG key ID: C7224454F7881A34

View file

@ -18,7 +18,7 @@ in {
#!! Options not available, files synced #!! Options not available, files synced
home-manager.users.${config.custom.username} = { home-manager.users.${config.custom.username} = {
xdg.configFile.".config/libreoffice/4/user" = { xdg.configFile."libreoffice/4/user" = {
force = true; force = true;
source = config.home-manager.users.${config.custom.username}.lib.file.mkOutOfStoreSymlink "${config.custom.sync}/linux/config/libreoffice/user"; source = config.home-manager.users.${config.custom.username}.lib.file.mkOutOfStoreSymlink "${config.custom.sync}/linux/config/libreoffice/user";
}; };