nixos/ryzenbox: migrate micro settings to Nix

This commit is contained in:
Harsh Shandilya 2022-07-06 20:40:10 +05:30
parent a1bd0e3c83
commit 987f7c289f
No known key found for this signature in database
GPG Key ID: 366D7BBAD1031E80
2 changed files with 9 additions and 2 deletions

View File

@ -1 +0,0 @@
{}

View File

@ -141,6 +141,15 @@ in {
programs.jq = { enable = true; };
programs.micro = {
enable = true;
settings = {
colorscheme = "dracula";
softwrap = true;
wordwrap = true;
};
};
programs.nix-index = {
enable = true;
enableBashIntegration = true;
@ -329,7 +338,6 @@ in {
custom.jetbrains-mono-nerdfonts
custom.katbin
mcfly
micro
mold
mosh
ncdu_2