diff --git a/apps/flatpaks.nix b/apps/flatpaks.nix index e19ca37..826dd2c 100644 --- a/apps/flatpaks.nix +++ b/apps/flatpaks.nix @@ -1,8 +1,15 @@ -# flatpaks.nix { config, pkgs, ... }: + +let + # This fetches the code directly from GitHub without needing a 'channel' + nix-flatpak = builtins.fetchTarball { + url = "https://github.com/gmodena/nix-flatpak/archive/main.tar.gz"; + # You can add a sha256 here for security later + }; +in { imports = [ - + "${nix-flatpak}/nixos.nix" ]; services.flatpak = {