nixos-config/users/simon/modules/easyeffects.nix

11 lines
283 B
Nix
Raw Permalink Normal View History

# SPDX-FileCopyrightText: 2023 Simon Bruder <simon@sbruder.de>
#
# SPDX-License-Identifier: AGPL-3.0-or-later
2023-06-02 11:42:59 +02:00
{ lib, nixosConfig, ... }:
lib.mkIf nixosConfig.sbruder.gui.enable {
services.easyeffects.enable = true;
# TODO: Once I have the profiles finished,
# add them here
}