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";