From e6ed60548397627bf10f561f9438201dbba0a36e Mon Sep 17 00:00:00 2001 From: Azat Bahawi Date: Sun, 21 Apr 2024 02:15:42 +0300 Subject: 2024-04-21 --- modules/nixos/sound.nix | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 modules/nixos/sound.nix (limited to 'modules/nixos/sound.nix') diff --git a/modules/nixos/sound.nix b/modules/nixos/sound.nix deleted file mode 100644 index ff90dfc..0000000 --- a/modules/nixos/sound.nix +++ /dev/null @@ -1,18 +0,0 @@ -{ config, lib, ... }: -with lib; -let - cfg = config.nixfiles.modules.sound; -in -{ - options.nixfiles.modules.sound.enable = mkEnableOption "sound support"; - - config = mkIf cfg.enable { - services.pipewire = { - enable = true; - - alsa.enable = true; - jack.enable = true; - pulse.enable = true; - }; - }; -} -- cgit v1.2.3