This commit is contained in:
2026-01-09 21:11:10 +03:00
parent e9195b26ad
commit af1fd8f084
+19 -3
View File
@@ -78,6 +78,15 @@
];
};
programs = {
nano = {
enable = true;
nanorc = ''
set nowrap
set tabstospaces
set tabsize 2
'';
syntaxHighlight = true;
};
yazi = {
enable = true;
plugins = {
@@ -99,7 +108,17 @@
recycle-bin
;
};
flavors = {
nord = pkgs.yaziPlugins.nord;
};
settings = {
yazi = {
ratio = [
1
1
4
];
};
keymap = {
mgr.prepend_keymap = [
{
@@ -127,9 +146,6 @@
};
};
};
flavors = {
nord = pkgs.yaziPlugins.nord;
};
};
git = {
enable = true;