nixfiles/home/apps/obsidian.nix

2 lines
60 B
Nix
Raw Normal View History

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