diff --git a/hosts/double-rainbow.nix b/hosts/double-rainbow.nix index 4c8636a..e33b612 100644 --- a/hosts/double-rainbow.nix +++ b/hosts/double-rainbow.nix @@ -44,7 +44,7 @@ in fsType = "vfat"; }; - swapDevices = [ { device = "/swapfile"; } ]; + swapDevices = [ ]; services.udev.extraRules = '' # Force all disks to use mq-deadline scheduler diff --git a/user/sway/default.nix b/user/sway/default.nix index 6679134..2a6dc70 100644 --- a/user/sway/default.nix +++ b/user/sway/default.nix @@ -81,7 +81,7 @@ in # Ignore PS4 controller touchpad events input."1356:2508:Wireless_Controller_Touchpad".events = "disabled"; - input."type:pointer" = { + input."1133:16537:Logitech_G502_X_PLUS" = { accel_profile = "flat"; pointer_accel = "0"; };