Files
nix/hosts/default/other/distro.nix
2025-01-01 16:26:51 +02:00

13 lines
174 B
Nix

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