nix all the things

desktop/audio/easyeffects: fix wrong config path

karitham.dev d69507ed 2a5f7dc8

verified
+1 -1
+1 -1
modules/desktop/audio/easyeffects.nix
··· 1 1 { lib, config, ... }: 2 2 { 3 3 config = lib.mkIf config.desktop.audio.enable { 4 - xdg.configFile."easyeffects/output".source = ./easyeffects; 4 + xdg.dataFile."easyeffects/output".source = ./easyeffects; 5 5 services.easyeffects = { 6 6 enable = true; 7 7 };