diff --git a/hosts/alex/configuration.nix b/hosts/alex/configuration.nix index 1d6fdd9..b680044 100644 --- a/hosts/alex/configuration.nix +++ b/hosts/alex/configuration.nix @@ -54,6 +54,13 @@ ]; }; + services.gpsd = { + enable = true; + devices = [ + "/dev/ttyACM0" + ]; + }; + hardware.bluetooth.enable = true; programs.steam.enable = true;