Some fixes
This commit is contained in:
parent
c5f54df499
commit
c6edef8bb7
6 changed files with 64 additions and 50 deletions
16
modules/common-desktop/bakkesmod.nix
Normal file
16
modules/common-desktop/bakkesmod.nix
Normal file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
environment.etc."launch-rl.bat".text = """
|
||||
@echo off
|
||||
|
||||
set RL_PATH=\"Z:\home\quadradical\Documents\My Games\Rocket League\Binaries\Win64\"
|
||||
|
||||
echo Launching BakkesMod...
|
||||
C:
|
||||
cd \"C:\Program Files\BakkesMod\"
|
||||
start BakkesMod.exe
|
||||
echo BakkesMod started, starting Rocket League
|
||||
Z:
|
||||
cd %RL_PATH%
|
||||
RocketLeague.exe %*
|
||||
""";
|
||||
}
|
1
modules/common-desktop/graphics.nix
Normal file
1
modules/common-desktop/graphics.nix
Normal file
|
@ -0,0 +1 @@
|
|||
{hardware.graphics.enable = true;}
|
|
@ -1,7 +0,0 @@
|
|||
{
|
||||
hardware.opengl = {
|
||||
enable = true;
|
||||
driSupport = true;
|
||||
driSupport32Bit = true;
|
||||
};
|
||||
}
|
|
@ -1 +1,4 @@
|
|||
{services.auto-cpufreq.enable = true;}
|
||||
{
|
||||
services.power-profiles-daemon.enable = false;
|
||||
services.auto-cpufreq.enable = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue