mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-25 17:11:53 -05:00
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
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:
parent
5569ff4c2c
commit
28942020ab
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in a new issue