tangled
alpha
login
or
join now
karitham.dev
/
dotfiles
0
fork
atom
nix all the things
0
fork
atom
overview
issues
pulls
pipelines
desktop/audio/easyeffects: fix wrong config path
karitham.dev
1 month ago
d69507ed
2a5f7dc8
verified
This commit was signed with the committer's
known signature
.
karitham.dev
SSH Key Fingerprint:
SHA256:ODeRMGYuG7M/0G+fRF6IfwUk7r5AgG5MYdFTN+uvimc=
+1
-1
1 changed file
expand all
collapse all
unified
split
modules
desktop
audio
easyeffects.nix
+1
-1
modules/desktop/audio/easyeffects.nix
···
1
1
{ lib, config, ... }:
2
2
{
3
3
config = lib.mkIf config.desktop.audio.enable {
4
4
-
xdg.configFile."easyeffects/output".source = ./easyeffects;
4
4
+
xdg.dataFile."easyeffects/output".source = ./easyeffects;
5
5
services.easyeffects = {
6
6
enable = true;
7
7
};