Steam gaming moment
This commit is contained in:
parent
051abf51cd
commit
727f1e87a5
2 changed files with 22 additions and 0 deletions
21
hosts/micronix/steam.nix
Normal file
21
hosts/micronix/steam.nix
Normal file
|
@ -0,0 +1,21 @@
|
|||
{pkgs, ...}: {
|
||||
programs.steam = {
|
||||
enable = true;
|
||||
extraPackages = with pkgs; [
|
||||
gamescope_git
|
||||
latencyflex-vulkan
|
||||
];
|
||||
extraCompatPackages = with pkgs; [
|
||||
proton-ge-custom
|
||||
];
|
||||
extest = {
|
||||
enable = true;
|
||||
};
|
||||
protontricks = {
|
||||
enable = true;
|
||||
};
|
||||
gamescopeSession = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue