feat(nixos): Enable protontricks
This commit is contained in:
parent
b5e4d7d649
commit
97a78746b8
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,8 @@ in {
|
|||
extraCompatPackages = with pkgs; [
|
||||
proton-ge-bin
|
||||
];
|
||||
|
||||
protontricks.enable = true;
|
||||
};
|
||||
|
||||
programs.gamemode.enable = true;
|
||||
|
|
Loading…
Reference in a new issue