optimized some lower-powered hosts

This commit is contained in:
Emmet 2025-03-09 11:10:38 -05:00
parent 8a145e6580
commit 6136cc9f2a
5 changed files with 34 additions and 3 deletions

View file

@ -51,6 +51,11 @@
email = "emmet@librephoenix.com";
};
environment.systemPackages = with pkgs; [
libwacom
];
services.xserver.wacom.enable = true;
};
}