nix-config/home/features/desktop/common/notes.nix
GHOSCHT 6652435bd4
Switch Obsidian to flatpak from native
Had problems getting it to display on Wayland
2024-05-06 17:39:21 +02:00

5 lines
67 B
Nix

{pkgs, ...}: {
home.packages = with pkgs; [
xournalpp
];
}