I appreciate the way you did things. Here is mine. Mine is a bit more hierarchical, and bit more abstracted (especially in the flake), but I wouldn't say one way is better than another.
# proton GE needs to be installed imperatively using protonup
environment.sessionVariables = {
STEAM_EXTRA_COMPAT_TOOLS_PATHS = "/home/${config.globalConfig.user}/.steam/root/compatibilitytools.d";
};
This is not the case anymore, there's now a proton-ge package. Mine is:
I appreciate the way you did things. Here is mine. Mine is a bit more hierarchical, and bit more abstracted (especially in the flake), but I wouldn't say one way is better than another.
https://codeberg.org/jevans/nix-config
Thanks :)
From your config:
This is not the case anymore, there's now a proton-ge package. Mine is:
I'll take a deeper look into your config later, it seems quite nice, i could learn something from it.
ooo thanks! I haven't looked into that in a while