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 = { programs = {
nano = {
enable = true;
nanorc = ''
set nowrap
set tabstospaces
set tabsize 2
'';
syntaxHighlight = true;
};
yazi = { yazi = {
enable = true; enable = true;
plugins = { plugins = {
@@ -99,7 +108,17 @@
recycle-bin recycle-bin
; ;
}; };
flavors = {
nord = pkgs.yaziPlugins.nord;
};
settings = { settings = {
yazi = {
ratio = [
1
1
4
];
};
keymap = { keymap = {
mgr.prepend_keymap = [ mgr.prepend_keymap = [
{ {
@@ -127,9 +146,6 @@
}; };
}; };
}; };
flavors = {
nord = pkgs.yaziPlugins.nord;
};
}; };
git = { git = {
enable = true; enable = true;