add obsidian

This commit is contained in:
Anthony Rodriguez 2024-08-28 03:50:41 +02:00
parent 6005cc7e1f
commit 059182df5d
Signed by: nezia
GPG key ID: EE3BE97C040A86CE

View file

@ -3,5 +3,5 @@
{ {
programs.fzf.enable = true; programs.fzf.enable = true;
programs.fastfetch.enable = true; programs.fastfetch.enable = true;
home.packages = with pkgs; [ proton-pass spotify vesktop wl-clipboard ]; home.packages = with pkgs; [ obsidian proton-pass spotify vesktop wl-clipboard ];
} }