From 9dbb1e3906f60872017891316161759da50e384b Mon Sep 17 00:00:00 2001 From: Dmitriy Kholkin Date: Wed, 30 Aug 2023 18:39:32 +0300 Subject: [PATCH] add some hoyo games --- profiles/applications/games/hoyo.nix | 6 +++++- profiles/applications/games/steam.nix | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/profiles/applications/games/hoyo.nix b/profiles/applications/games/hoyo.nix index f9aac68..b1522fa 100644 --- a/profiles/applications/games/hoyo.nix +++ b/profiles/applications/games/hoyo.nix @@ -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" ]; -} \ No newline at end of file +} diff --git a/profiles/applications/games/steam.nix b/profiles/applications/games/steam.nix index 4df168c..5e15d15 100644 --- a/profiles/applications/games/steam.nix +++ b/profiles/applications/games/steam.nix @@ -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 '';