Files
nix-dotfiles/home/emmatherock/gaming.nix
T

13 lines
164 B
Nix

{ pkgs, ... }:
{
home.packages = with pkgs; [
faugus-launcher
plezy
protonplus
protontricks
proton-authenticator
mangohud
cemu
];
}