srestegosaurio
srestegosaurio
Being able to toggle that option on a per profile basis would also be a nice improvement.
Something important that sometimes I see neglected on other projects are the **recovery codes**. Those need to be provided at 2FA activation time to act as a backup in case...
For the time being I've just disabled the sandboxing which is less than an ideal solution. I'll try that with enabled sandbox at some point today.
> You can also enable "Participate in Android's backup system" in Aegis and use Android backups. Can that setting be made optional? _(if added)_ I would like my data, even...
> One thing I miss in Aegis is the possibility to backup to cloud, for instance Nextcloud. Is that something you will offer with this app? I mean, If I...
@nocha1n I mean, this is what I had to do in order to avoid putting specific paths instead of just using `config.xdg.dataHome`: ```nix # Persists the requiered gpg directories. persistence."/nix/persistent${config.home.homeDirectory}"...
I'm going to test it right now! I'll post an update if my computer explodes.
The `unpackPhase` is now fixed. Only a few things remain to be done at this point: - Gamemoderun support. - DLCs. - Mods. I mostly ignore the feasibility of the...
Regarding `gamemoderun`: I've tried doing something akin to what you linked and got no result. Someone over the matrix room even told me write another derivation... Here is my current...
The wrapper errors out trying to execute the original binary because it's not found. The exact error message: ```shell $ nix run .\#darkest-dungeon env: ‘/share/darkest-dungeon/darkest.bin.x86_64’: No such file or directory...