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
|
||||
];
|
||||
};
|
||||
programs = {
|
||||
rsi-launcher = {
|
||||
enable = true;
|
||||
#programs = {
|
||||
# rsi-launcher = {
|
||||
# enable = true;
|
||||
|
||||
preCommands = ''
|
||||
export MANGO_HUD=1;
|
||||
'';
|
||||
};
|
||||
# preCommands = ''
|
||||
# export MANGO_HUD=1;
|
||||
# '';
|
||||
# };
|
||||
};
|
||||
}
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
swapDevices = [{
|
||||
device = "/var/lib/swapfile";
|
||||
size = 8 * 1024; # 8 GB Swap
|
||||
size = 24 * 1024; # 24 GB Swap
|
||||
}];
|
||||
zramSwap = {
|
||||
enable = true;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user