dotfiles/home-manager/modules/pulseaudio/default.nix

14 lines
252 B
Nix
Raw Normal View History

# 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;
# }