config: remove proton-ge from steam, add proton-plus
This commit is contained in:
parent
81c56877e6
commit
2603bf2b6f
2 changed files with 2 additions and 4 deletions
|
@ -5,5 +5,6 @@
|
|||
pkgs.ankama-launcher
|
||||
pkgs.lutris
|
||||
pkgs.qbittorrent
|
||||
pkgs.protonplus
|
||||
];
|
||||
}
|
||||
|
|
|
@ -1,10 +1,7 @@
|
|||
{pkgs, ...}: {
|
||||
_: {
|
||||
programs = {
|
||||
steam = {
|
||||
enable = true;
|
||||
extraCompatPackages = [
|
||||
pkgs.proton-ge-bin
|
||||
];
|
||||
};
|
||||
|
||||
gamemode.enable = true;
|
||||
|
|
Loading…
Reference in a new issue