From 608deed2aaa88f88cb9230b9132294581b63bbab Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 5 Apr 2022 16:47:35 -0700 Subject: sound: add a new module This is the start of yet another refactoring of the configuration. Sound configuration is moving to a module, and we enable it as needed at the host level. It takes care of configuring pipewire and install the packages needed too. This module is applied to the laptop and the desktop. --- lib/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/default.nix') diff --git a/lib/default.nix b/lib/default.nix index bb1c30f..ccf204e 100644 --- a/lib/default.nix +++ b/lib/default.nix @@ -12,6 +12,7 @@ }; modules = [ inputs.agenix.nixosModules.age + ../modules ../hosts/common ../hosts/${hostname} ./private-wireguard.nix -- cgit v1.2.3