dotfiles.nix/home-manager/sajenim/features/games/default.nix
2024-08-08 09:02:42 +08:00

14 lines
160 B
Nix

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