From ad7c8c992ed441c399678dfd47f11d686e338026 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 5 Apr 2022 17:27:34 -0700 Subject: carmel: enable the sound --- hosts/carmel/sound.nix | 1 + 1 file changed, 1 insertion(+) create mode 100644 hosts/carmel/sound.nix (limited to 'hosts') diff --git a/hosts/carmel/sound.nix b/hosts/carmel/sound.nix new file mode 100644 index 0000000..947f9cd --- /dev/null +++ b/hosts/carmel/sound.nix @@ -0,0 +1 @@ +{ ... }: { my.hardware.sound = { pipewire = { enable = true; }; }; } -- cgit 1.4.1