Steam gaming moment
This commit is contained in:
parent
051abf51cd
commit
727f1e87a5
2 changed files with 22 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
||||||
./energy.nix
|
./energy.nix
|
||||||
./ssh.nix
|
./ssh.nix
|
||||||
./networking.nix
|
./networking.nix
|
||||||
|
./steam.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
config = {
|
config = {
|
||||||
|
|
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