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

15 lines
185 B
Nix

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