From 275657c3ada888d42e1fcf647e6ce66c1f1c7d9b Mon Sep 17 00:00:00 2001 From: zackartz Date: Wed, 17 Apr 2024 21:39:09 -0400 Subject: [PATCH] 399 current 2024-04-17 21:39:08 24.05.20240417.203fac8 6.8.6-zen1 nvidiaProduction nvidiaStable nvidiaVulkanBeta --- modules/rice/sway/default.nix | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/modules/rice/sway/default.nix b/modules/rice/sway/default.nix index 12dcad4..361fa39 100644 --- a/modules/rice/sway/default.nix +++ b/modules/rice/sway/default.nix @@ -1,16 +1,19 @@ { - inputs, - pkgs, - ... -}: { wayland.windowManager.sway = { enable = true; # package = pkgs.swayfx; catppuccin.enable = true; - config = rec { + config = { terminal = "kitty"; startup = [{command = "firefox";}]; + input = { + "Logitech USB Receiver" = { + accel_profile = "flat"; + pointer_accel = "0.5"; + }; + }; + output = { DP-1 = { mode = "2560x1440@239.972Hz";