From 6faed86ea6e5518ff186ca1ec4104d5eefe21091 Mon Sep 17 00:00:00 2001 From: sils Date: Sun, 4 Dec 2022 18:20:29 +0100 Subject: Modularize config --- sound.nix | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sound.nix (limited to 'sound.nix') diff --git a/sound.nix b/sound.nix new file mode 100644 index 0000000..10c3916 --- /dev/null +++ b/sound.nix @@ -0,0 +1,6 @@ +{ config, pkgs, ... }: + +{ + sound.enable = true; + hardware.pulseaudio.enable = true; +} -- cgit 1.4.1