lappy: fix sxmo polyfill

This commit is contained in:
Colin 2023-09-04 01:19:32 +00:00
parent 10095e3ce5
commit 680ab2c189
2 changed files with 1 additions and 2 deletions

View File

@ -12,7 +12,6 @@
# sane.guest.enable = true;
sane.gui.sxmo.enable = true;
sane.gui.sxmo.greeter = "greetd-sway-gtkgreet";
boot.loader.efi.canTouchEfiVariables = false;
sane.image.extraBootFiles = [ pkgs.bootpart-uefi-x86_64 ];

View File

@ -3,7 +3,7 @@
{ pkgs, ... }:
{
sane.gui.sxmo = {
greeter = "sway";
greeter = "greetd-sway-gtkgreet";
settings = {
# XXX: make sure the user is part of the `input` group!
SXMO_LISGD_INPUT_DEVICE = "/dev/input/by-id/usb-Wacom_Co._Ltd._Pen_and_multitouch_sensor-event-if00";