nixos-config/user/gaming/utilities.nix
Sravan Balaji 21882ba15a Gamemode & Steam Fix and Add Gamescope
- Move gamemode and steam to system packages
- Add gamescope to user packages
2024-03-27 16:40:25 -04:00

11 lines
124 B
Nix

{ config, lib, pkgs, ... }:
{
home.packages = (with pkgs; [
mangohud
goverlay
vkbasalt
gamescope
]);
}