feat(oksys): add servivi as remote builder

This commit is contained in:
matt1432 2023-12-29 17:37:48 -05:00
parent d1d3f4fd17
commit ebd34a9481
5 changed files with 63 additions and 23 deletions
modules/greetd

View file

@ -3,7 +3,8 @@
pkgs,
config,
...
}: with lib; let
}:
with lib; let
# Nix stuff
isNvidia = config.hardware.nvidia.modesetting.enable;
isTouchscreen = config.hardware.sensor.iio.enable;