summaryrefslogtreecommitdiff
path: root/hm/soft/easyeffects.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hm/soft/easyeffects.nix')
-rw-r--r--hm/soft/easyeffects.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/hm/soft/easyeffects.nix b/hm/soft/easyeffects.nix
index beb9ad6..ab16736 100644
--- a/hm/soft/easyeffects.nix
+++ b/hm/soft/easyeffects.nix
@@ -1,10 +1,9 @@
{ config, lib, ... }:
let
- cfg = config.szpont.hm.soft.easyeffects;
+ cfg = config.hm.soft.easyeffects;
in
{
- options.szpont.hm.soft.easyeffects.enable = lib.mkEnableOption "EasyEffects audio equalizer";
-
+ options.hm.soft.easyeffects.enable = lib.mkEnableOption "EasyEffects audio equalizer";
config = lib.mkIf cfg.enable {
services.easyeffects = {
enable = true;