nix-config/home-manager/sajenim/features/games/default.nix
♥ Minnie ♥ 9cf14b2a8c
Remove deprecated protonup-ng and add missing proton-ge-bin compatibility
- Removed `protonup-ng` from home-manager configuration for games, as it is no longer used.
- Added `unstable.proton-ge-bin` to Steam's compatibility packages in the NixOS user configuration.
2025-02-18 14:13:01 +08:00

14 lines
167 B
Nix

{pkgs, ...}: {
imports = [
./mangohud
];
home = {
packages = with pkgs; [
gamemode
prismlauncher
unstable.bolt-launcher
];
};
}