dotfiles/home-manager/modules/pulseaudio/default.nix
main a5a651dbb9
Large rework and cleanup
Signed-off-by: main <magic_rb@redalder.org>
2022-07-31 11:03:59 +02:00

14 lines
252 B
Nix

# SPDX-FileCopyrightText: 2022 Richard Brežák <richard@brezak.sk>
#
# SPDX-License-Identifier: LGPL-3.0-or-later
{
config,
lib,
...
}:
throw "Disabled needs rework!!!!"
# {
# home.file.".config/pulse/daemon.conf".source = ./daemon.conf;
# }