diff --git a/nixos/ringtail/configuration.nix b/nixos/ringtail/configuration.nix index a2fcbaf..9956c2b 100644 --- a/nixos/ringtail/configuration.nix +++ b/nixos/ringtail/configuration.nix @@ -32,6 +32,9 @@ programs.sway = { enable = true; wrapperFeatures.gtk = true; + extraSessionCommands = '' + export WLR_NO_HARDWARE_CURSORS=1 + ''; extraPackages = with pkgs; [ swaylock swayidle @@ -49,7 +52,7 @@ enable = true; settings = { default_session = { - command = "${pkgs.greetd.tuigreet}/bin/tuigreet --time --cmd sway"; + command = "${pkgs.greetd.tuigreet}/bin/tuigreet --time --cmd 'sway --unsupported-gpu'"; user = "greeter"; }; };