improved my emacs config, im still probably not gonna use it 😩

This commit is contained in:
2022-01-12 11:10:55 +05:30
parent 7ef5e47827
commit df12a11128
5 changed files with 151 additions and 261 deletions

View File

@@ -30,7 +30,11 @@
options = [ "compress-force=zstd:3" ];
};
swapDevices = [ ];
swapDevices = [
{
device = "/dev/disk/by-uuid/d4cef4cd-19b0-4d1b-8569-9985ff42270c";
}
];
zramSwap = {
enable = true;
algorithm = "lz4";