From 502664aa8f5f4e15c0b76698d2452f9c26e4620c Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Sat, 27 Jan 2024 11:24:48 -0800 Subject: [PATCH] feat: Add default config for Pods flatpak (#839) --- .../.config/autostart/bluefin-firstboot.desktop | 0 .../com.github.marhkb.Pods/config/pods/connections.json | 8 ++++++++ 2 files changed, 8 insertions(+) rename usr/etc/{skel.d => skel}/.config/autostart/bluefin-firstboot.desktop (100%) create mode 100644 usr/etc/skel/.var/app/com.github.marhkb.Pods/config/pods/connections.json diff --git a/usr/etc/skel.d/.config/autostart/bluefin-firstboot.desktop b/usr/etc/skel/.config/autostart/bluefin-firstboot.desktop similarity index 100% rename from usr/etc/skel.d/.config/autostart/bluefin-firstboot.desktop rename to usr/etc/skel/.config/autostart/bluefin-firstboot.desktop diff --git a/usr/etc/skel/.var/app/com.github.marhkb.Pods/config/pods/connections.json b/usr/etc/skel/.var/app/com.github.marhkb.Pods/config/pods/connections.json new file mode 100644 index 00000000000..642aa829625 --- /dev/null +++ b/usr/etc/skel/.var/app/com.github.marhkb.Pods/config/pods/connections.json @@ -0,0 +1,8 @@ +{ + "32218213-d8cf-444e-84c7-7f67b9765acd": { + "uuid": "32218213-d8cf-444e-84c7-7f67b9765acd", + "name": "System", + "url": "unix:///run/user/1000/podman/podman.sock", + "rgb": null + } +} \ No newline at end of file