mirror of
https://github.com/kaesaecracker/nixos-configuration.git
synced 2025-01-18 18:40:14 +01:00
micro
This commit is contained in:
parent
b0d12bd9cd
commit
2298114e10
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in a new issue