nixos/home-manager/software/obsidian/default.nix

7 lines
77 B
Nix
Raw Normal View History

2021-12-11 17:20:54 +01:00
{ pkgs, ... }:
2021-11-29 15:53:01 +01:00
{
home.packages = with pkgs; [
unstable.obsidian
];
}