This commit is contained in:
2025-01-01 16:27:57 +02:00
parent 3dc12673d6
commit 1b02ab5a52
2 changed files with 2 additions and 2 deletions

View File

@@ -0,0 +1,12 @@
{ config, inputs, pkgs, lib, ... }:
{
system.activationScripts.installRoblox = {
text = ''
${pkgs.flatpak}/bin/flatpak install https://sober.vinegarhq.org/sober.flatpakref
'';
};
}