dotfiles.nix/home-manager/sajenim/features/games/default.nix
2024-09-20 20:24:55 +08:00

14 lines
156 B
Nix

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