minecraft

This commit is contained in:
2024-05-29 09:35:16 -06:00
parent d7c2a061e5
commit 320f140f52
3 changed files with 147 additions and 4 deletions

View File

@@ -1,4 +1,6 @@
{ config, lib, pkgs, ... }: {
{ config, lib, pkgs, ... }:
let polymc = pkgs.callPackage ../../pkgs/polymc/default.nix { };
in {
options.my.apps.gaming.enable = lib.mkEnableOption "enable";
config = lib.mkIf config.my.apps.gaming.enable {
programs = {
@@ -17,9 +19,10 @@
gamemode # optimizes linux to have better gaming performance
heroic # install epic games
protonup-qt # update proton-ge
# grapejuice # roblox manager
# minecraft # minecraft official launcher
minecraft # minecraft official launcher
polymc # minecraft launcher with mod support
ns-usbloader # load games into my switch
# grapejuice # roblox manager
# emulators
rpcs3 # ps3 emulator