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.ankama-launcher
|
||||||
pkgs.lutris
|
pkgs.lutris
|
||||||
pkgs.qbittorrent
|
pkgs.qbittorrent
|
||||||
|
pkgs.protonplus
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,10 +1,7 @@
|
||||||
{pkgs, ...}: {
|
_: {
|
||||||
programs = {
|
programs = {
|
||||||
steam = {
|
steam = {
|
||||||
enable = true;
|
enable = true;
|
||||||
extraCompatPackages = [
|
|
||||||
pkgs.proton-ge-bin
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
gamemode.enable = true;
|
gamemode.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue