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

7 lines
172 B
Nix
Raw Normal View History

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
}