mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 16:23: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.
|
# 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
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -20,7 +20,6 @@
|
||||||
firefox
|
firefox
|
||||||
google-chrome
|
google-chrome
|
||||||
zoom-us
|
zoom-us
|
||||||
obsidian
|
|
||||||
];
|
];
|
||||||
|
|
||||||
fonts.fontDir.enable = true;
|
fonts.fontDir.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue