From 68e5ac6f6bb75be9f7e2162c52f9c8c01e560c8d Mon Sep 17 00:00:00 2001 From: Matthew Stobbs Date: Fri, 14 Aug 2026 11:06:41 -0500 Subject: [PATCH] add flatpak and flathub --- demilich/services.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/demilich/services.nix b/demilich/services.nix index 1c96843..0fedd46 100644 --- a/demilich/services.nix +++ b/demilich/services.nix @@ -9,6 +9,13 @@ }; }; services = { + flatpak-repo = { + wantedBy = [ "multi-user.target" ]; + path = [ pkgs.flatpak ]; + script = '' + flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo + ''; + }; tailscaled = { serviceConfig = { Environment = [