From 1630dee057c7fd115cc1db4330a1d0007267bc8e Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Sat, 3 Jan 2026 17:01:17 -0600 Subject: [PATCH] updated flatpak repo --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 5edc8cc..01c9030 100755 --- a/configuration.nix +++ b/configuration.nix @@ -96,7 +96,7 @@ in wantedBy = [ "multi-user.target" ]; path = [ pkgs.flatpak ]; script = '' - flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo + flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo ''; };