From 1339bf445eb3bd2b261dce94180072af9f6a0fa8 Mon Sep 17 00:00:00 2001 From: OCbwoy3 Date: Wed, 1 Jan 2025 16:35:55 +0200 Subject: [PATCH] INSTALL ROBLOX --- hosts/default/other/activate.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ''; };