add logseq wrapped for wayland

This commit is contained in:
Moritz Böhme 2022-12-23 12:37:57 +01:00
parent 1b536e52b5
commit 6b925636cc
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
2 changed files with 12 additions and 1 deletions

View file

@ -13,7 +13,7 @@ in
config = mkIf cfg.enable {
users.users.moritz.packages = with pkgs; [
logseq
logseq-wayland
];
xdg.mime.defaultApplications."x-scheme-handler/logseq" = "logseq.desktop";
};