Improved zellij config and installed oterm
This commit is contained in:
8
home/panotaka/common/core/shell/common.nix
Normal file
8
home/panotaka/common/core/shell/common.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{pkgs, ...}: {
|
||||
home.packages = builtins.attrValues {
|
||||
inherit
|
||||
(pkgs)
|
||||
oterm
|
||||
;
|
||||
};
|
||||
}
|
||||
@@ -7,6 +7,7 @@
|
||||
./bat.nix
|
||||
./btop.nix
|
||||
./carapace.nix
|
||||
./common.nix
|
||||
./direnv.nix
|
||||
./eza.nix
|
||||
./fish.nix
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user