obsidian md
This commit is contained in:
parent
da4aac2de5
commit
8cf6f8e598
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user