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

6 lines
67 B
Nix
Raw Normal View History

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