Files
nixos-config/user/gaming/launchers.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
123 B
Nix

{ config, lib, pkgs, ... }:
{
home.packages = (with pkgs; [
bottles
lutris
heroic
prismlauncher
]);
}