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

17 lines
183 B
Nix
Raw Normal View History

2024-01-21 21:01:42 +08:00
{ pkgs, ... }:
{
imports = [
./mangohud.nix
2024-07-26 09:31:10 +08:00
./runescape.nix
2024-01-21 21:01:42 +08:00
];
home = {
packages = with pkgs; [
gamemode
protonup-ng
prismlauncher
];
};
}