diff --git a/instances/odin/common_configuration.nix b/instances/odin/common_configuration.nix index f312171..b52aeaa 100644 --- a/instances/odin/common_configuration.nix +++ b/instances/odin/common_configuration.nix @@ -203,11 +203,12 @@ with lib; { export GSETTINGS_SCHEMA_DIR="${pkgs.gsettings-desktop-schemas}/share/gsettings-schemas/${pkgs.gsettings-desktop-schemas.name}/glib-2.0/schemas/" ''; }; + remotePlay.openFirewall = true; }; # services.joycond.enable = true; programs.dconf.enable = true; - programs.zsh = { enable = true; }; + programs.zsh.enable = true; services.onedrive = { enable = true; package = pkgs.unstable_pkgs.onedrive; }; diff --git a/instances/thor/configuration.nix b/instances/thor/configuration.nix index 8a0c780..25cd707 100644 --- a/instances/thor/configuration.nix +++ b/instances/thor/configuration.nix @@ -77,14 +77,15 @@ with lib; { steam = { enable = true; package = pkgs.steam.override { - extraPkgs = pkgs: with pkgs; [ icu ]; - extraProfile = '' - export GSETTINGS_SCHEMA_DIR="${pkgs.gsettings-desktop-schemas}/share/gsettings-schemas/${pkgs.gsettings-desktop-schemas.name}/glib-2.0/schemas/" - ''; + # extraPkgs = pkgs: with pkgs; [ icu ]; + # extraLibraries = pkgs: with pkgs; [ dconf.lib gnome.gvfs icu libdrm ]; + # extraProfile = '' + # export GSETTINGS_SCHEMA_DIR="${pkgs.gsettings-desktop-schemas}/share/gsettings-schemas/${pkgs.gsettings-desktop-schemas.name}/glib-2.0/schemas/" + # ''; }; remotePlay.openFirewall = true; }; - zsh = { enable = true; }; + zsh.enable = true; }; networking = {