From 529ff3ea43105311f2fd3d5672b5217e6ebc76a0 Mon Sep 17 00:00:00 2001 From: Geir Okkenhaug Jerstad Date: Mon, 12 Aug 2024 11:59:45 +0200 Subject: [PATCH] typos --- workstation/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workstation/configuration.nix b/workstation/configuration.nix index b43f5ca..934808c 100644 --- a/workstation/configuration.nix +++ b/workstation/configuration.nix @@ -119,7 +119,7 @@ alsa.enable = true; pulse.enable = true; }; - hardware.pulsaudio.enable = false; + hardware.pulseaudio.enable = false; programs.steam.enable = true; programs.zsh.enable = true;