diff --git a/hosts/default/other/activate.nix b/hosts/default/other/activate.nix index 9cfdc41..2fc8910 100644 --- a/hosts/default/other/activate.nix +++ b/hosts/default/other/activate.nix @@ -4,7 +4,7 @@ system.activationScripts.installRoblox = { text = '' - ${pkgs.flatpak}/bin/flatpak install https://sober.vinegarhq.org/sober.flatpakref + trap "${pkgs.flatpak}/bin/flatpak install -y https://sober.vinegarhq.org/sober.flatpakref" EXIT ''; };