mirror of
https://github.com/Alexandre1a/NixOSDots.git
synced 2026-03-10 00:09:46 +01:00
Added more swap and removed the RSI module as it was not reconized
This commit is contained in:
parent
2dae1db149
commit
ff026211ba
@ -6,13 +6,13 @@
|
|||||||
inputs.nix-citizen.packages.${system}.rsi-launcher
|
inputs.nix-citizen.packages.${system}.rsi-launcher
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
programs = {
|
#programs = {
|
||||||
rsi-launcher = {
|
# rsi-launcher = {
|
||||||
enable = true;
|
# enable = true;
|
||||||
|
|
||||||
preCommands = ''
|
# preCommands = ''
|
||||||
export MANGO_HUD=1;
|
# export MANGO_HUD=1;
|
||||||
'';
|
# '';
|
||||||
};
|
# };
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
swapDevices = [{
|
swapDevices = [{
|
||||||
device = "/var/lib/swapfile";
|
device = "/var/lib/swapfile";
|
||||||
size = 8 * 1024; # 8 GB Swap
|
size = 24 * 1024; # 24 GB Swap
|
||||||
}];
|
}];
|
||||||
zramSwap = {
|
zramSwap = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user