feat: better modules aragement.

This commit is contained in:
CronyAkatsuki 2025-03-23 20:01:51 +01:00
parent de11ee0676
commit 6e967a751f
49 changed files with 27 additions and 19 deletions

View file

@ -1,14 +0,0 @@
{
config,
lib,
...
}: {
options = {
crony.additional-hardware.otd.enable = lib.mkEnableOption "Enable OpenTabletDriver";
};
config = lib.mkIf config.crony.additional-hardware.otd.enable {
# Setup OpenTabletDriver graphic tablet driver
hardware.opentabletdriver.enable = true;
};
}