feat(nixos): Enable protontricks

This commit is contained in:
punkfairie 2025-01-27 17:49:05 -08:00
parent b5e4d7d649
commit 97a78746b8
Signed by: punkfairie
GPG key ID: B3C5488E9A1A7CA6

View file

@ -15,6 +15,8 @@ in {
extraCompatPackages = with pkgs; [
proton-ge-bin
];
protontricks.enable = true;
};
programs.gamemode.enable = true;