mirror of
https://github.com/Moe1369/nix-fleet.git
synced 2026-04-24 23:59:07 +02:00
more modules
This commit is contained in:
17
modules/gaming/steam/steam.nix
Normal file
17
modules/gaming/steam/steam.nix
Normal file
@@ -0,0 +1,17 @@
|
||||
{ ... }: {
|
||||
flake.nixosModules.steam = { pkgs-unstable, ... }: {
|
||||
programs.steam = {
|
||||
enable = true;
|
||||
extest.enable = true;
|
||||
|
||||
extraCompatPackages = with pkgs-unstable; [
|
||||
proton-ge-bin
|
||||
];
|
||||
|
||||
extraPackages = with pkgs-unstable; [
|
||||
gamescope
|
||||
mangohud
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user