From 2298114e101352216c0a5b0162b74f3a4c39d126 Mon Sep 17 00:00:00 2001 From: Vinzenz Schroeter Date: Sat, 23 Sep 2023 16:55:06 +0200 Subject: [PATCH] micro --- modules/desktop/vinzenz.nix | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/modules/desktop/vinzenz.nix b/modules/desktop/vinzenz.nix index 62bc3a6..2a19d6f 100644 --- a/modules/desktop/vinzenz.nix +++ b/modules/desktop/vinzenz.nix @@ -68,6 +68,7 @@ in { dircolors.enable = true; fzf.enable = true; htop.enable = true; + mangohud.enable = true; zsh = { 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 = {