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.
home.packages = with pkgs; [
# warp-terminal
curl
gh
git
github-desktop
obsidian
syncthing
vscode
# warp-terminal
wget
];

View file

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