Your one-stop-cake-shop for everything Freshly Baked has to offer

feat(minion): enable flatpak #117

closed opened by a.starrysky.fyi targeting main from private/minion/push-oqywmpqruopz

I have some apps that I want to install via flatpak, so let's get and persist flatpak :)

Labels

None yet.

requested-reviewers

None yet.

approved

None yet.

tested-working

None yet.

rejected

None yet.

assignee

None yet.

Participants 1
AT URI
at://did:plc:uuyqs6y3pwtbteet4swt5i5y/sh.tangled.repo.pull/3maoh3i6gad22
+21
Diff #4
+10
packetmix/homes/minion/flatpak.nix
··· 1 + # SPDX-FileCopyrightText: 2025 Freshly Baked Cake 2 + # 3 + # SPDX-License-Identifier: MIT 4 + 5 + { 6 + clicks.storage.impermanence.persist.directories = [ 7 + ".var/app" 8 + ".local/share/flatpak" 9 + ]; 10 + }
+11
packetmix/systems/minion/flatpak.nix
··· 1 + # SPDX-FileCopyrightText: 2025 Freshly Baked Cake 2 + # 3 + # SPDX-License-Identifier: MIT 4 + 5 + { 6 + services.flatpak.enable = true; 7 + 8 + clicks.storage.impermanence.persist.directories = [ 9 + "/var/lib/flatpak" 10 + ]; 11 + }

History

5 rounds 1 comment
sign up or login to add to the discussion
1 commit
expand
feat(minion): enable flatpak
expand 1 comment

manually merged due to tangled error

closed without merging
1 commit
expand
feat(minion): enable flatpak
expand 0 comments
1 commit
expand
feat(minion): enable flatpak
expand 0 comments
1 commit
expand
feat(minion): enable flatpak
expand 0 comments
1 commit
expand
feat(minion): enable flatpak
5/5 failed
expand
expand 0 comments