From ce92c5f273239d5f0209b323d3e383666c8ea60f Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Wed, 6 Sep 2023 22:54:13 +0200 Subject: [PATCH] Update odin and thor steam --- instances/odin/common_configuration.nix | 3 ++- instances/thor/configuration.nix | 11 ++++++----- 2 files changed, 8 insertions(+), 6 deletions(-) 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 = {