Added more swap and removed the RSI module as it was not reconized

This commit is contained in:
Alexandre 2026-01-22 17:34:14 +01:00
parent 2dae1db149
commit ff026211ba
2 changed files with 8 additions and 8 deletions

View File

@ -6,13 +6,13 @@
inputs.nix-citizen.packages.${system}.rsi-launcher
];
};
programs = {
rsi-launcher = {
enable = true;
#programs = {
# rsi-launcher = {
# enable = true;
preCommands = ''
export MANGO_HUD=1;
'';
};
# preCommands = ''
# export MANGO_HUD=1;
# '';
# };
};
}

View File

@ -1,7 +1,7 @@
{
swapDevices = [{
device = "/var/lib/swapfile";
size = 8 * 1024; # 8 GB Swap
size = 24 * 1024; # 24 GB Swap
}];
zramSwap = {
enable = true;