gaming stuff
This commit is contained in:
parent
c68235d2c1
commit
aa7a75a09a
@ -5,6 +5,11 @@
|
||||
programs.honkers-railway-launcher.enable = 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 = [
|
||||
".local/share/honkers-railway-launcher"
|
||||
];
|
||||
|
@ -1,10 +1,12 @@
|
||||
{ pkgs, config, ... }: {
|
||||
home-manager.users.${config.mainuser}.home.packages = [
|
||||
pkgs.bottles
|
||||
pkgs.heroic
|
||||
pkgs.osu-lazer-bin
|
||||
pkgs.realrtcw
|
||||
];
|
||||
persist.state.homeDirectories = [
|
||||
".config/heroic"
|
||||
".local/share/bottles"
|
||||
".local/share/osu"
|
||||
];
|
||||
|
Loading…
x
Reference in New Issue
Block a user