diff --git a/hosts/fallarbor/default.nix b/hosts/fallarbor/default.nix index 2a72dc2f..ac4311c6 100644 --- a/hosts/fallarbor/default.nix +++ b/hosts/fallarbor/default.nix @@ -55,6 +55,9 @@ apps = { steam.enable = true; }; + scripts = { + hoenn.enable = true; + }; }; system.stateVersion = "23.11"; diff --git a/hosts/mauville/default.nix b/hosts/mauville/default.nix index 0ee192b7..def7c493 100644 --- a/hosts/mauville/default.nix +++ b/hosts/mauville/default.nix @@ -69,6 +69,9 @@ in { }; tailscale.enable = true; }; + scripts = { + hoenn.enable = true; + }; system = { plymouth.enable = true; zramSwap = { diff --git a/hosts/mossdeep/default.nix b/hosts/mossdeep/default.nix index 9c1ad1ef..0eb026da 100644 --- a/hosts/mossdeep/default.nix +++ b/hosts/mossdeep/default.nix @@ -46,6 +46,9 @@ apps = { steam.enable = true; }; + scripts = { + hoenn.enable = true; + }; services = { flatpak.enable = true; syncthing.enable = true; diff --git a/hosts/petalburg/default.nix b/hosts/petalburg/default.nix index 4b95f494..dc2f2f7d 100644 --- a/hosts/petalburg/default.nix +++ b/hosts/petalburg/default.nix @@ -95,6 +95,9 @@ in { apps = { steam.enable = true; }; + scripts = { + hoenn.enable = true; + }; services = { syncthing.enable = true; tailscale.enable = true; diff --git a/hosts/rustboro/default.nix b/hosts/rustboro/default.nix index 277fba68..fcae8cfd 100644 --- a/hosts/rustboro/default.nix +++ b/hosts/rustboro/default.nix @@ -74,6 +74,9 @@ apps = { steam.enable = true; }; + scripts = { + hoenn.enable = true; + }; services = { syncthing.enable = true; tailscale.enable = true;