obsidian md

This commit is contained in:
Mans Ziesel 2023-06-13 15:50:49 +02:00
parent da4aac2de5
commit 8cf6f8e598

View File

@ -42,16 +42,29 @@
# Add stuff for your user as you see fit: # Add stuff for your user as you see fit:
programs.neovim.enable = true; programs.neovim.enable = true;
# programs.zsh = {
# enable = true;
# enableAutosuggestions = true;
# enableSyntaxHighlighting = true;
# history.save = 1000;
# };
home.packages = with pkgs; [ home.packages = with pkgs; [
garage garage
librewolf librewolf
kitty kitty
teams teams
obsidian
p3x-onenote p3x-onenote
spotify spotify
zathura zathura
playerctl playerctl
pulseaudio pulseaudio
discord
cargo
cmake
pkg-config
fontconfig
]; ];
services.playerctld.enable = true; services.playerctld.enable = true;