diff --git a/features/flatpak.nix b/features/flatpak.nix index 6c6d1be..1eb85f6 100644 --- a/features/flatpak.nix +++ b/features/flatpak.nix @@ -17,6 +17,10 @@ name = "flathub-beta"; location = "https://dl.flathub.org/beta-repo/flathub-beta.flatpakrepo"; } + { + name = "amethyst-mod-manager"; + location = "https://chrisdkn.github.io/Amethyst-Mod-Manager/amethyst.flatpakref"; + } ]; }; } diff --git a/hosts/nero/configuration.nix b/hosts/nero/configuration.nix index 6db3ac1..2fc29a3 100644 --- a/hosts/nero/configuration.nix +++ b/hosts/nero/configuration.nix @@ -67,14 +67,9 @@ in appId = "org.gtk.Gtk3theme.Breeze"; origin = "flathub"; } - rec { + { appId = "io.github.Amethyst.ModManager"; - sha256 = "sha256-fpbIpuD6qwVDYJATNjpxLeVxZEBKS6MfK1UV3eS7eAQ="; - - bundle = "${pkgs.fetchurl { - url = "https://github.com/ChrisDKN/Amethyst-Mod-Manager/releases/download/v2.0.2/AmethystModManager.flatpak"; - inherit sha256; - }}"; + origin = "amethyst-mod-manager"; } ]; };