nix-config/home-manager/sajenim/features/games/default.nix
2024-07-26 14:42:02 +08:00

15 lines
163 B
Nix

{ pkgs, ... }:
{
imports = [
./mangohud.nix
];
home = {
packages = with pkgs; [
gamemode
protonup-ng
prismlauncher
];
};
}