home-manager: moved obsidian into home-manager config

This commit is contained in:
Aly Raffauf 2024-03-16 16:12:30 -04:00
parent 7e09d5ac72
commit f7d2442baa
2 changed files with 2 additions and 2 deletions

View file

@ -13,13 +13,14 @@
# Packages that should be installed to the user profile. # Packages that should be installed to the user profile.
home.packages = with pkgs; [ home.packages = with pkgs; [
# warp-terminal
curl curl
gh gh
git git
github-desktop github-desktop
obsidian
syncthing syncthing
vscode vscode
# warp-terminal
wget wget
]; ];

View file

@ -20,7 +20,6 @@
firefox firefox
google-chrome google-chrome
zoom-us zoom-us
obsidian
]; ];
fonts.fontDir.enable = true; fonts.fontDir.enable = true;