mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 11:43:55 -05:00
home-manager: moved obsidian into home-manager config
This commit is contained in:
parent
7e09d5ac72
commit
f7d2442baa
|
@ -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
|
||||
];
|
||||
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
firefox
|
||||
google-chrome
|
||||
zoom-us
|
||||
obsidian
|
||||
];
|
||||
|
||||
fonts.fontDir.enable = true;
|
||||
|
|
Loading…
Reference in a new issue