a dotfile but it's really big
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

desktop/audio/easyeffects: fix wrong config path

karitham d69507ed 2a5f7dc8

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