1
0
Fork 0

fix usage of emanote flake

This commit is contained in:
Malte Brandy 2022-06-01 00:26:26 +02:00
parent 70b2ac3aa5
commit 0555e8e145

View file

@ -13,6 +13,6 @@ in {
notes = [
"${config.home.homeDirectory}/git/notes" # add as many layers as you like
];
package = emanote.defaultPackage."${builtins.currentSystem}";
package = emanote.packages."${builtins.currentSystem}".default;
};
}