gaming stuff
This commit is contained in:
parent
c68235d2c1
commit
aa7a75a09a
@ -5,6 +5,11 @@
|
|||||||
programs.honkers-railway-launcher.enable = true;
|
programs.honkers-railway-launcher.enable = true;
|
||||||
networking.mihoyo-telemetry.block = lib.mkForce true;
|
networking.mihoyo-telemetry.block = lib.mkForce true;
|
||||||
|
|
||||||
|
networking.extraHosts = ''
|
||||||
|
0.0.0.0 globaldp-prod-os01.zenlesszonezero.com
|
||||||
|
0.0.0.0 apm-log-upload.mihoyo.com
|
||||||
|
'';
|
||||||
|
|
||||||
persist.state.homeDirectories = [
|
persist.state.homeDirectories = [
|
||||||
".local/share/honkers-railway-launcher"
|
".local/share/honkers-railway-launcher"
|
||||||
];
|
];
|
||||||
|
@ -1,10 +1,12 @@
|
|||||||
{ pkgs, config, ... }: {
|
{ pkgs, config, ... }: {
|
||||||
home-manager.users.${config.mainuser}.home.packages = [
|
home-manager.users.${config.mainuser}.home.packages = [
|
||||||
pkgs.bottles
|
pkgs.bottles
|
||||||
|
pkgs.heroic
|
||||||
pkgs.osu-lazer-bin
|
pkgs.osu-lazer-bin
|
||||||
pkgs.realrtcw
|
pkgs.realrtcw
|
||||||
];
|
];
|
||||||
persist.state.homeDirectories = [
|
persist.state.homeDirectories = [
|
||||||
|
".config/heroic"
|
||||||
".local/share/bottles"
|
".local/share/bottles"
|
||||||
".local/share/osu"
|
".local/share/osu"
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user