Files
nix/hosts/default/other/activate.nix
2025-01-01 16:27:57 +02:00

13 lines
194 B
Nix

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