nix-config/modules/home/notes/default.nix
2023-11-13 22:43:32 +01:00

5 lines
65 B
Nix

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