dotfiles.nix/home-manager/sajenim/features/games/default.nix

16 lines
163 B
Nix

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