This commit is contained in:
Léana 江 2024-03-04 12:50:49 +01:00 committed by Léana 江
parent d3f283d290
commit d961de1585
5 changed files with 25 additions and 40 deletions

View file

@ -17,7 +17,7 @@
if isLinux
then ./cmus-linux
else ./cmus-darwin;
target = ".config/cmus";
target = "${config.xdg.configHome}/cmus";
};
};
}