feat(gampo): feature parity with marpa

This commit is contained in:
2025-05-20 17:36:33 +02:00
parent e0a06e39cd
commit c08eefcaff
3 changed files with 9 additions and 8 deletions

View File

@@ -0,0 +1,15 @@
{
imports = [
./gnome.nix
];
services = {
# Enable CUPS to print documents.
printing.enable = true;
openssh.enable = true;
fwupd.enable = true;
udev.extraRules = ''
ATTRS{name}=="*TPPS/2 IBM TrackPoint", ENV{ID_INPUT}="", ENV{ID_INPUT_MOUSE}="", ENV{ID_INPUT_POINTINGSTICK}=""
'';
};
}