diff --git a/hosts/dust/hardware-configuration.nix b/hosts/dust/hardware-configuration.nix index e061a0f..578d22f 100644 --- a/hosts/dust/hardware-configuration.nix +++ b/hosts/dust/hardware-configuration.nix @@ -8,9 +8,7 @@ hardware.pulseaudio.enable = false; services.pipewire = { enable = true; - alsa.enable = true; pulse.enable = true; - jack.enable = true; }; hardware.bluetooth = { @@ -18,6 +16,8 @@ settings.General.FastConnectable = true; }; + services.fprintd.enable = true; + boot.loader.timeout = 0; boot.loader.efi.canTouchEfiVariables = true;