This commit is contained in:
Filippo Berto 2023-05-09 20:16:55 +02:00
parent b3257dfbc5
commit a7de2895da
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
4 changed files with 29 additions and 2 deletions

View file

@ -151,7 +151,16 @@ with lib; {
enableSSHSupport = true;
};
programs.steam.enable = true;
programs.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/"
'';
};
};
# services.joycond.enable = true;
programs.dconf.enable = true;