add some hoyo games

This commit is contained in:
Dmitriy Kholkin 2023-08-30 18:39:32 +03:00
parent d1ed414edd
commit 9dbb1e3906
2 changed files with 6 additions and 2 deletions

View File

@ -2,10 +2,14 @@
imports = [ inputs.aagl.nixosModules.default ];
nix.settings = inputs.aagl.nixConfig;
programs.anime-borb-launcher.enable = true;
programs.anime-game-launcher.enable = true;
programs.honkers-railway-launcher.enable = true;
networking.mihoyo-telemetry.block = lib.mkForce true;
persist.state.homeDirectories = [
".local/share/anime-borb-launcher"
".local/share/anime-game-launcher"
".local/share/honkers-railway-launcher"
];
}
}

View File

@ -8,7 +8,7 @@
"${pkgs.steam}/bin/steam"
];
systemd.user.services.x11-ownership = rec {
systemd.user.services.x11-ownership = {
script = ''
doas chown ${config.mainuser} /tmp/.X11-unix
'';