nix-config/home/features/desktop/common/notes.nix

7 lines
80 B
Nix
Raw Normal View History

2024-02-02 19:59:41 +01:00
{pkgs, ...}: {
home.packages = with pkgs; [
xournalpp
obsidian
];
}