feat: add gpsd

This commit is contained in:
Ashhhleyyy 2024-01-10 20:31:25 +00:00
parent ad57bdf6f4
commit b14afe7337
Signed by: ash
GPG key ID: 83B789081A0878FB

View file

@ -54,6 +54,13 @@
];
};
services.gpsd = {
enable = true;
devices = [
"/dev/ttyACM0"
];
};
hardware.bluetooth.enable = true;
programs.steam.enable = true;