meta: Various gaming fixes
- Fix Vortex Mod Manager by giving it access to /mnt/Storage (Bad, but well) - Add package: razer-cli - Tell gamemode to put my GPU in performance mode - Tell gamemode to enable or disable keyboard backlight - Switch the miku kernel to Zen
This commit is contained in:
@@ -8,7 +8,10 @@ in {
|
||||
};
|
||||
config = lib.mkIf cfg.enable {
|
||||
environment.systemPackages = with pkgs; [
|
||||
wineWowPackages.staging winetricks lutris-free-wrapped
|
||||
wineWowPackages.staging winetricks
|
||||
protontricks
|
||||
|
||||
lutris-free-wrapped
|
||||
|
||||
(pkgs.callPackage ./wrapper.nix {
|
||||
inherit (pkgs) retroarch;
|
||||
@@ -20,6 +23,8 @@ in {
|
||||
steam-wrapped # Custom package
|
||||
|
||||
nur.repos.dukzcry.gamescope
|
||||
|
||||
corectrl
|
||||
];
|
||||
|
||||
hardware.steam-hardware.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user