Improved zellij config and installed oterm

This commit is contained in:
2025-07-02 09:41:16 -03:00
parent 20977180da
commit 077c938388
4 changed files with 56 additions and 60 deletions

View File

@@ -0,0 +1,8 @@
{pkgs, ...}: {
home.packages = builtins.attrValues {
inherit
(pkgs)
oterm
;
};
}

View File

@@ -7,6 +7,7 @@
./bat.nix
./btop.nix
./carapace.nix
./common.nix
./direnv.nix
./eza.nix
./fish.nix

View File

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