mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 09:36:11 +01:00
feat: steam proton
This commit is contained in:
9
home/programs/steam.nix
Normal file
9
home/programs/steam.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{ inputs, pkgs, ... }:
|
||||
{
|
||||
programs.steam = {
|
||||
enable = true;
|
||||
extraCompatPackages = with pkgs; [
|
||||
proton-ge-bin
|
||||
]
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user