nvim:removed colorizer, added TCP ports in configs and misc stuff

This commit is contained in:
2021-05-30 08:26:29 +05:30
parent 28cda002d5
commit 8952fafe65
9 changed files with 18 additions and 7 deletions

View File

@@ -15,7 +15,13 @@
options = [ "bind" ];
};
swapDevices = [ ];
swapDevices = [
{
device = "/swapfile";
priority = 0;
size = 10240;
}
];
powerManagement.cpuFreqGovernor = lib.mkDefault "ondemand";
hardware.firmware = [ pkgs.raspberrypiWirelessFirmware ];