a
This commit is contained in:
12
hosts/default/other/activate.nix
Normal file
12
hosts/default/other/activate.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{ config, inputs, pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
|
||||
system.activationScripts.installRoblox = {
|
||||
text = ''
|
||||
${pkgs.flatpak}/bin/flatpak install https://sober.vinegarhq.org/sober.flatpakref
|
||||
'';
|
||||
};
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user