pacifidlog: set zram to 100%
Some checks are pending
nix-build / default-build (push) Waiting to run
nix-build / fallarbor-build (push) Waiting to run
nix-build / lavaridge-build (push) Waiting to run
nix-build / mauville-build (push) Waiting to run
nix-build / pacifidlog-build (push) Waiting to run
nix-build / petalburg-build (push) Waiting to run
nix-build / rustboro-build (push) Waiting to run
nix-build / slateport-build (push) Waiting to run
nix-check / fmt-check (push) Waiting to run
nix-check / eval-check (push) Waiting to run

This commit is contained in:
Aly Raffauf 2024-10-14 04:30:18 -04:00
parent 5569ff4c2c
commit 28942020ab

View file

@ -69,9 +69,9 @@ in {
enable = true; enable = true;
environment = { environment = {
ENABLE_GAMESCOPE_WSI = 1; ENABLE_GAMESCOPE_WSI = "1";
STEAM_DISPLAY_REFRESH_LIMITS = "60,144"; STEAM_DISPLAY_REFRESH_LIMITS = "60,144";
STEAM_GAMESCOPE_COLOR_MANAGED = 0; STEAM_GAMESCOPE_COLOR_MANAGED = "0";
}; };
autoStart = true; autoStart = true;
@ -141,6 +141,7 @@ in {
system.stateVersion = "24.11"; system.stateVersion = "24.11";
systemd.services.handheld-daemon.path = [hhd-ui pkgs.lsof]; systemd.services.handheld-daemon.path = [hhd-ui pkgs.lsof];
zramSwap.memoryPercent = 100;
ar = { ar = {
apps = { apps = {