Update odin and thor steam

This commit is contained in:
Filippo Berto 2023-09-06 22:54:13 +02:00
parent 9b9d6c9d41
commit ce92c5f273
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
2 changed files with 8 additions and 6 deletions

View file

@ -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; };

View file

@ -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 = {