Compare commits

..

No commits in common. "d6f2c33a0948feb0b2218b97471df1cd5553c465" and "2494def822466ddb7743bf23e80e00efc178422f" have entirely different histories.

2 changed files with 0 additions and 21 deletions

View file

@ -172,16 +172,6 @@
LidSwitchIgnoreInhibited = no
'';
services.earlyoom = {
enable = true;
enableNotifications = true;
};
swapDevices = [{
device = "/swapfile";
size = 16 * 1024;
}];
# This value determines the NixOS release from which the default
# settings for stateful data, like file locations and database versions
# on your system were taken. Its perfectly fine and recommended to leave

View file

@ -6,17 +6,6 @@
speed = 170;
};
# Ensure that trackpoint mouse buttons work after suspend without having
# to touch the trackpoint first
powerManagement = {
powerDownCommands = ''
modprobe -r psmouse
'';
resumeCommands = ''
modprobe psmouse
'';
};
services.xserver.videoDrivers = [ "modesetting" ];
boot.initrd.kernelModules = [ "i915" ];