emacs: added company-mode and some random stuff

This commit is contained in:
2022-01-14 03:18:19 +05:30
parent df12a11128
commit c9e1f60665
4 changed files with 55 additions and 25 deletions

View File

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