new stuff

This commit is contained in:
Henry Hiles 2024-03-26 13:11:25 -04:00
parent 771f4b6317
commit ecf789b145
10 changed files with 80 additions and 76 deletions

View file

@ -5,8 +5,6 @@
}: {
programs.steam = {
enable = true;
package = pkgs.steam.override {
extraProfile = "export STEAM_EXTRA_COMPAT_TOOLS_PATHS='${inputs.nix-gaming.packages.${pkgs.system}.proton-ge}'";
};
extraCompatPackages = [pkgs.proton-ge-bin];
};
}