minecraft
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user