update my emacs flake

This commit is contained in:
Moritz Böhme 2023-01-30 10:39:29 +01:00
parent fb45fa4b49
commit 217573284e
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
4 changed files with 13 additions and 68 deletions

View file

@ -1,6 +1,4 @@
{ inputs }: final: prev: {
myEmacs = inputs.emacs.packages.${prev.system}.default;
logseq-wayland = prev.symlinkJoin {
name = "logseq-wayland";
paths = [ prev.logseq ];