diff --git a/hosts/llynx/configuration.nix b/hosts/llynx/configuration.nix
index 8ed50ef..9cbc5de 100644
--- a/hosts/llynx/configuration.nix
+++ b/hosts/llynx/configuration.nix
@@ -69,6 +69,15 @@
     useGlobalPkgs = true;
   };
 
+  services.flatpak.enable = true;
+  systemd.services.flatpak-repo = {
+    wantedBy = [ "multi-user.target" ];
+    path = [ pkgs.flatpak ];
+    script = ''
+      flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
+    '';
+  };
+
   environment.systemPackages = with pkgs; [
     pkgs.rose-pine-gtk-theme
     pkgs.rose-pine-icon-theme