Updated configuration

This commit is contained in:
2025-05-26 23:55:11 -03:00
parent 0dfa99f638
commit 3c9d9e9529
20 changed files with 440 additions and 123 deletions

View File

@@ -0,0 +1,13 @@
{
programs.zellij = {
enable = true;
enableBashIntegration = true;
enableZshIntegration = true;
enableFishIntegration = true;
settings = {
#simplified_ui = true;
pane_frames = false;
copy_on_select = false;
};
};
}