This commit is contained in:
Vinzenz Schroeter 2023-09-23 16:55:06 +02:00
parent b0d12bd9cd
commit 2298114e10

View file

@ -68,6 +68,7 @@ in {
dircolors.enable = true; dircolors.enable = true;
fzf.enable = true; fzf.enable = true;
htop.enable = true; htop.enable = true;
mangohud.enable = true;
zsh = { zsh = {
enable = true; enable = true;
@ -183,7 +184,19 @@ in {
]; ];
}; };
# checked https://rycee.gitlab.io/home-manager/options.html until "programs.jq" micro = {
enable = true;
settings = {
colorcolumn = 120;
hlsearch = true;
savecursor = true;
saveundo = true;
scrollbar = true;
smartpaste = true;
};
};
# checked https://rycee.gitlab.io/home-manager/options.html until "programs.notmuch"
}; };
editorconfig = { editorconfig = {